#A006BD

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

Shades of Dark Violet #A006BD

Tints of Dark Violet #A006BD

Color information

#A006BD (or 0xA006BD) is unknown color: approx Dark Violet. HEX triplet: A0, 06 and BD. RGB value is (160,6,189). Sum of RGB (Red+Green+Blue) = 160+6+189=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #A006BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A006BD is #5FF942. Grayscale: #484848. Windows color (decimal): -6289731 or 12388000. OLE color: 12388000.

HSL color Cylindrical-coordinate representation of color #A006BD: hue angle of 290.49º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A006BD is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1606189-
CMYK0.150.9700.26
HSL290.49º93.85%38.24%-
HSV(B)290.49º96.83%74.12%-
XYZ23.7511.2849.07-
YUV72.91193.52190.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.07%
GREEN value IS 6 (2.73% from 255) = 1.69%
BLUE value IS 189 (74.22% from 255) = 53.24%
R=45.07%
G=1.69%
B=53.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal16061890.150.9700.26290.4993.8538.24
HexA06BDF6101A1225e26
Octal24062751714103244213646
Binary1010000011010111101111111000010110101001000101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A006BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A006BD; }

 p { color: rgb(160,6,189); }

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

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

 a { background-color: rgb(160,6,189); }

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

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

 span { border-color: rgb(160,6,189); }

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