#A008BA

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

Shades of Dark Violet #A008BA

Tints of Dark Violet #A008BA

Color information

#A008BA (or 0xA008BA) is unknown color: approx Dark Violet. HEX triplet: A0, 08 and BA. RGB value is (160,8,186). Sum of RGB (Red+Green+Blue) = 160+8+186=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #A008BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A008BA is #5FF745. Grayscale: #494949. Windows color (decimal): -6289222 or 12191904. OLE color: 12191904.

HSL color Cylindrical-coordinate representation of color #A008BA: hue angle of 291.24º degrees, saturation: 0.92, 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 #A008BA is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1608186-
CMYK0.140.9600.27
HSL291.24º91.75%38.04%-
HSV(B)291.24º95.7%72.94%-
XYZ23.4511.1947.38-
YUV73.74191.36189.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.20%
GREEN value IS 8 (3.52% from 255) = 2.26%
BLUE value IS 186 (73.05% from 255) = 52.54%
R=45.20%
G=2.26%
B=52.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16081860.140.9600.27291.2491.7538.04
HexA08BAE6001B1235c26
Octal240102721614003344313446
Binary10100000100010111010111011000000110111001000111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A008BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A008BA; }

 p { color: rgb(160,8,186); }

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

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

 a { background-color: rgb(160,8,186); }

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

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

 span { border-color: rgb(160,8,186); }

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