#A70AD0

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

Shades of Dark Violet #A70AD0

Tints of Dark Violet #A70AD0

Color information

#A70AD0 (or 0xA70AD0) is unknown color: approx Dark Violet. HEX triplet: A7, 0A and D0. RGB value is (167,10,208). Sum of RGB (Red+Green+Blue) = 167+10+208=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 208 (81.64% from 255 or 54.03% from 385); Max value from RGB is 208 - color contains mainly: blue. Hex color #A70AD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70AD0 is #58F52F. Grayscale: #4E4E4E. Windows color (decimal): -5829936 or 13634215. OLE color: 13634215.

HSL color Cylindrical-coordinate representation of color #A70AD0: hue angle of 287.58º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70AD0 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16710208-
CMYK0.200.9500.18
HSL287.58º90.83%42.75%-
HSV(B)287.58º95.19%81.57%-
XYZ27.4312.9960.74-
YUV79.52200.51190.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.38%
GREEN value IS 10 (4.30% from 255) = 2.60%
BLUE value IS 208 (81.64% from 255) = 54.03%
R=43.38%
G=2.60%
B=54.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal167102080.200.9500.18287.5890.8342.75
HexA7AD0145F0121205b2b
Octal247123202413702244013353
Binary101001111010110100001010010111110100101001000001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70AD0; }

 p { color: rgb(167,10,208); }

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

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

 a { background-color: rgb(167,10,208); }

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

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

 span { border-color: rgb(167,10,208); }

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