#A007B8

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

Shades of Dark Violet #A007B8

Tints of Dark Violet #A007B8

Color information

#A007B8 (or 0xA007B8) is unknown color: approx Dark Violet. HEX triplet: A0, 07 and B8. RGB value is (160,7,184). Sum of RGB (Red+Green+Blue) = 160+7+184=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 184 (72.27% from 255 or 52.42% from 351); Max value from RGB is 184 - color contains mainly: blue. Hex color #A007B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A007B8 is #5FF847. Grayscale: #484848. Windows color (decimal): -6289480 or 12060576. OLE color: 12060576.

HSL color Cylindrical-coordinate representation of color #A007B8: hue angle of 291.86º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A007B8 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1607184-
CMYK0.130.9600.28
HSL291.86º92.67%37.45%-
HSV(B)291.86º96.2%72.16%-
XYZ23.2211.0946.26-
YUV72.92190.69190.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.58%
GREEN value IS 7 (3.12% from 255) = 1.99%
BLUE value IS 184 (72.27% from 255) = 52.42%
R=45.58%
G=1.99%
B=52.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16071840.130.9600.28291.8692.6737.45
HexA07B8D6001C1245d25
Octal24072701514003444413545
Binary1010000011110111000110111000000111001001001001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A007B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A007B8; }

 p { color: rgb(160,7,184); }

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

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

 a { background-color: rgb(160,7,184); }

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

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

 span { border-color: rgb(160,7,184); }

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