#A7409D

Color #A7409D Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A7409D

Tints of Violet Blue #A7409D

Color information

#A7409D (or 0xA7409D) is unknown color: approx Violet Blue. HEX triplet: A7, 40 and 9D. RGB value is (167,64,157). Sum of RGB (Red+Green+Blue) = 167+64+157=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A7409D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7409D is #58BF62. Grayscale: #696969. Windows color (decimal): -5816163 or 10305703. OLE color: 10305703.

HSL color Cylindrical-coordinate representation of color #A7409D: hue angle of 305.83º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7409D is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB16764157-
CMYK00.620.060.35
HSL305.83º44.59%45.29%-
HSV(B)305.83º61.68%65.49%-
XYZ23.8614.3233.4-
YUV105.4157.12171.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 43.04%
GREEN value IS 64 (25.39% from 255) = 16.49%
BLUE value IS 157 (61.72% from 255) = 40.46%
R=43.04%
G=16.49%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676415700.620.060.35305.8344.5945.29
HexA7409D03E6231322d2d
Octal2471002350766434625555
Binary101001111000000100111010111110110100011100110010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7409D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7409D; }

 p { color: rgb(167,64,157); }

 H1.HeaderClassName
 {
   color: #A7409D;
 }
 .AnyTagClassName
 {
   color: #A7409D;
 }
</style>
background-color css

<style>
 a { background-color: #A7409D; }

 a { background-color: rgb(167,64,157); }

 div.DivClassName
 {
   background-color: #A7409D;
 }
 .BgClassName
 {
   background-color: #A7409D;
 }
</style>
border-color css

<style>
 span { border-color: #A7409D; }

 span { border-color: rgb(167,64,157); }

 td.TdClassName
 {
   border-color: #A7409D;
 }
 .TagClassName
 {
   border-color: #A7409D;
 }
</style>