#A70EE8

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

Shades of Dark Violet #A70EE8

Tints of Dark Violet #A70EE8

Color information

#A70EE8 (or 0xA70EE8) is unknown color: approx Dark Violet. HEX triplet: A7, 0E and E8. RGB value is (167,14,232). Sum of RGB (Red+Green+Blue) = 167+14+232=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 232 (91.02% from 255 or 56.17% from 413); Max value from RGB is 232 - color contains mainly: blue. Hex color #A70EE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70EE8 is #58F117. Grayscale: #535353. Windows color (decimal): -5828888 or 15208103. OLE color: 15208103.

HSL color Cylindrical-coordinate representation of color #A70EE8: hue angle of 282.11º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70EE8 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16714232-
CMYK0.280.9400.09
HSL282.11º88.62%48.24%-
HSV(B)282.11º93.97%90.98%-
XYZ30.6614.3677.5-
YUV84.6211.19186.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 14 (5.86% from 255) = 3.39%
BLUE value IS 232 (91.02% from 255) = 56.17%
R=40.44%
G=3.39%
B=56.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal167142320.280.9400.09282.1188.6248.24
HexA7EE81C5E0911a5930
Octal247163503413601143213160
Binary10100111111011101000111001011110010011000110101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70EE8; }

 p { color: rgb(167,14,232); }

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

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

 a { background-color: rgb(167,14,232); }

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

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

 span { border-color: rgb(167,14,232); }

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