#A407B9

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

Shades of Dark Violet #A407B9

Tints of Dark Violet #A407B9

Color information

#A407B9 (or 0xA407B9) is unknown color: approx Dark Violet. HEX triplet: A4, 07 and B9. RGB value is (164,7,185). Sum of RGB (Red+Green+Blue) = 164+7+185=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 185 (72.66% from 255 or 51.97% from 356); Max value from RGB is 185 - color contains mainly: blue. Hex color #A407B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A407B9 is #5BF846. Grayscale: #494949. Windows color (decimal): -6027335 or 12126116. OLE color: 12126116.

HSL color Cylindrical-coordinate representation of color #A407B9: hue angle of 292.92º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A407B9 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1647185-
CMYK0.110.9600.27
HSL292.92º92.71%37.65%-
HSV(B)292.92º96.22%72.55%-
XYZ24.1411.5546.86-
YUV74.24190.51192.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.07%
GREEN value IS 7 (3.12% from 255) = 1.97%
BLUE value IS 185 (72.66% from 255) = 51.97%
R=46.07%
G=1.97%
B=51.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16471850.110.9600.27292.9292.7137.65
HexA47B9B6001B1255d26
Octal24472711314003344513546
Binary1010010011110111001101111000000110111001001011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A407B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A407B9; }

 p { color: rgb(164,7,185); }

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

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

 a { background-color: rgb(164,7,185); }

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

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

 span { border-color: rgb(164,7,185); }

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