#A807B0

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

Shades of Dark Violet #A807B0

Tints of Dark Violet #A807B0

Color information

#A807B0 (or 0xA807B0) is unknown color: approx Dark Violet. HEX triplet: A8, 07 and B0. RGB value is (168,7,176). Sum of RGB (Red+Green+Blue) = 168+7+176=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 176 (69.14% from 255 or 50.14% from 351); Max value from RGB is 176 - color contains mainly: blue. Hex color #A807B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A807B0 is #57F84F. Grayscale: #494949. Windows color (decimal): -5765200 or 11536296. OLE color: 11536296.

HSL color Cylindrical-coordinate representation of color #A807B0: hue angle of 297.16º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A807B0 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1687176-
CMYK0.050.9600.31
HSL297.16º92.35%35.88%-
HSV(B)297.16º96.02%69.02%-
XYZ24.0611.6142.05-
YUV74.4185.34194.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.86%
GREEN value IS 7 (3.12% from 255) = 1.99%
BLUE value IS 176 (69.14% from 255) = 50.14%
R=47.86%
G=1.99%
B=50.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16871760.050.9600.31297.1692.3535.88
HexA87B056001F1295c24
Octal2507260514003745113444
Binary101010001111011000010111000000111111001010011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A807B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A807B0; }

 p { color: rgb(168,7,176); }

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

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

 a { background-color: rgb(168,7,176); }

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

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

 span { border-color: rgb(168,7,176); }

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