#A003B8

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

Shades of Dark Violet #A003B8

Tints of Dark Violet #A003B8

Color information

#A003B8 (or 0xA003B8) is unknown color: approx Dark Violet. HEX triplet: A0, 03 and B8. RGB value is (160,3,184). Sum of RGB (Red+Green+Blue) = 160+3+184=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 184 (72.27% from 255 or 53.03% from 347); Max value from RGB is 184 - color contains mainly: blue. Hex color #A003B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A003B8 is #5FFC47. Grayscale: #464646. Windows color (decimal): -6290504 or 12059552. OLE color: 12059552.

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

Color convert

RGB1603184-
CMYK0.130.9800.28
HSL292.04º96.79%36.67%-
HSV(B)292.04º98.37%72.16%-
XYZ23.181146.25-
YUV70.58192.01191.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.11%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 184 (72.27% from 255) = 53.03%
R=46.11%
G=0.86%
B=53.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16031840.130.9800.28292.0496.7936.67
HexA03B8D6201C1246125
Octal24032701514203444414145
Binary101000001110111000110111000100111001001001001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A003B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A003B8; }

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

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

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

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

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

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

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

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