#A7409B

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

Shades of Violet Blue #A7409B

Tints of Violet Blue #A7409B

Color information

#A7409B (or 0xA7409B) is unknown color: approx Violet Blue. HEX triplet: A7, 40 and 9B. RGB value is (167,64,155). Sum of RGB (Red+Green+Blue) = 167+64+155=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 167 - color contains mainly: red. Hex color #A7409B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7409B is #58BF64. Grayscale: #686868. Windows color (decimal): -5816165 or 10174631. OLE color: 10174631.

HSL color Cylindrical-coordinate representation of color #A7409B: hue angle of 306.99º 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 #A7409B is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16764155-
CMYK00.620.070.35
HSL306.99º44.59%45.29%-
HSV(B)306.99º61.68%65.49%-
XYZ23.6914.2532.51-
YUV105.17156.12172.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.26%
GREEN value IS 64 (25.39% from 255) = 16.58%
BLUE value IS 155 (60.94% from 255) = 40.16%
R=43.26%
G=16.58%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676415500.620.070.35306.9944.5945.29
HexA7409B03E7231332d2d
Octal2471002330767434635555
Binary101001111000000100110110111110111100011100110011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7409B; }

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

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

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

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

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

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

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

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