#A008BB

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

Shades of Dark Violet #A008BB

Tints of Dark Violet #A008BB

Color information

#A008BB (or 0xA008BB) is unknown color: approx Dark Violet. HEX triplet: A0, 08 and BB. RGB value is (160,8,187). Sum of RGB (Red+Green+Blue) = 160+8+187=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #A008BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A008BB is #5FF744. Grayscale: #494949. Windows color (decimal): -6289221 or 12257440. OLE color: 12257440.

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

Color convert

RGB1608187-
CMYK0.140.9600.27
HSL290.95º91.79%38.24%-
HSV(B)290.95º95.72%73.33%-
XYZ23.5511.2447.94-
YUV73.85191.86189.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.07%
GREEN value IS 8 (3.52% from 255) = 2.25%
BLUE value IS 187 (73.44% from 255) = 52.68%
R=45.07%
G=2.25%
B=52.68%

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
Decimal16081870.140.9600.27290.9591.7938.24
HexA08BBE6001B1235c26
Octal240102731614003344313446
Binary10100000100010111011111011000000110111001000111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A008BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A008BB; }

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

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

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

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

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

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

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

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