Html Css Color HEX #A70EE0 Dark Violet

📋 copy color: '#A70EE0'

red 167 ◦ green 14 ◦ blue 224

#A70EE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A70EE0

Tints of Dark Violet #A70EE0

RGB

 RED value IS 167 (65.63% from 255) = 41.23%

 GREEN value IS 14 (5.86% from 255) = 3.46%

 BLUE value IS 224 (87.89% from 255) = 55.31%

R = 41.23%
G = 3.46%
B = 55.31%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A70EE0 (or 0xA70EE0) is known color: Dark Violet. HEX triplet: A7, 0E and E0. RGB value is (167,14,224). Sum of RGB (Red+Green+Blue) = 167+14+224=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 224 (87.89% from 255 or 55.31% from 405); Max value from RGB is 224 - color contains mainly: blue. Hex color #A70EE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70EE0 is #58F11F. Grayscale: #535353. Windows color (decimal): -5828896 or 14683815. OLE color: 14683815.

HSL color Cylindrical-coordinate representation of color #A70EE0: hue angle of 283.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70EE0 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 14 224 -
CMYK 0.25 0.94 0 0.12
HSL 283.71º 0.88% 0.47% -
HSV(B) 283.71º 0.94% 0.88% -
XYZ 29.55 13.91 71.65 -
YUV 83.69 207.19 187.42 -
System Red Green Blue C M Y K H S L
Decimal 167 14 224 0.25 0.94 0 0.12 283.71 0.88 0.47
Hex A7 E E0 19 5E 0 C 11C 58 2F
Octal 247 16 340 31 136 0 14 434 130 57
Binary 10100111 1110 11100000 11001 1011110 0 1100 100011100 1011000 101111

Color Harmonies of #A70EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70EE0

Black with #A70EE0

Text Example


Text Example

White with #A70EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70EE0; }

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

 H1.HeaderClassName
 {
   color: #A70EE0;
 }
 .AnyTagClassName
 {
   color: #A70EE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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