#A005B6

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

Shades of Dark Violet #A005B6

Tints of Dark Violet #A005B6

Color information

#A005B6 (or 0xA005B6) is unknown color: approx Dark Violet. HEX triplet: A0, 05 and B6. RGB value is (160,5,182). Sum of RGB (Red+Green+Blue) = 160+5+182=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 182 (71.48% from 255 or 52.45% from 347); Max value from RGB is 182 - color contains mainly: blue. Hex color #A005B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005B6 is #5FFA49. Grayscale: #464646. Windows color (decimal): -6289994 or 11928992. OLE color: 11928992.

HSL color Cylindrical-coordinate representation of color #A005B6: hue angle of 292.54º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A005B6 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1605182-
CMYK0.120.9700.29
HSL292.54º94.65%36.67%-
HSV(B)292.54º97.25%71.37%-
XYZ22.9910.9645.16-
YUV71.52190.35191.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.11%
GREEN value IS 5 (2.34% from 255) = 1.44%
BLUE value IS 182 (71.48% from 255) = 52.45%
R=46.11%
G=1.44%
B=52.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16051820.120.9700.29292.5494.6536.67
HexA05B6C6101D1255f25
Octal24052661414103544513745
Binary1010000010110110110110011000010111011001001011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A005B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A005B6; }

 p { color: rgb(160,5,182); }

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

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

 a { background-color: rgb(160,5,182); }

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

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

 span { border-color: rgb(160,5,182); }

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