#A70DB8

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

Shades of Dark Violet #A70DB8

Tints of Dark Violet #A70DB8

Color information

#A70DB8 (or 0xA70DB8) is unknown color: approx Dark Violet. HEX triplet: A7, 0D and B8. RGB value is (167,13,184). Sum of RGB (Red+Green+Blue) = 167+13+184=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 184 (72.27% from 255 or 50.55% from 364); Max value from RGB is 184 - color contains mainly: blue. Hex color #A70DB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70DB8 is #58F247. Grayscale: #4E4E4E. Windows color (decimal): -5829192 or 12062119. OLE color: 12062119.

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

Color convert

RGB16713184-
CMYK0.090.9300.28
HSL294.04º86.8%38.63%-
HSV(B)294.04º92.93%72.16%-
XYZ24.7311.9646.35-
YUV78.54187.52191.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.88%
GREEN value IS 13 (5.47% from 255) = 3.57%
BLUE value IS 184 (72.27% from 255) = 50.55%
R=45.88%
G=3.57%
B=50.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal167131840.090.9300.28294.0486.838.63
HexA7DB895D01C1265727
Octal247152701113503444612747
Binary10100111110110111000100110111010111001001001101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70DB8; }

 p { color: rgb(167,13,184); }

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

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

 a { background-color: rgb(167,13,184); }

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

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

 span { border-color: rgb(167,13,184); }

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