Html Css Color HEX #A70EDE Dark Violet

📋 copy color: '#A70EDE'

red 167 ◦ green 14 ◦ blue 222

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

Shades of Dark Violet #A70EDE

Tints of Dark Violet #A70EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.09%

R = 41.44%
G = 3.47%
B = 55.09%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A70EDE (or 0xA70EDE) is known color: Dark Violet. HEX triplet: A7, 0E and DE. RGB value is (167,14,222). Sum of RGB (Red+Green+Blue) = 167+14+222=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #A70EDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70EDE is #58F121. Grayscale: #525252. Windows color (decimal): -5828898 or 14552743. OLE color: 14552743.

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

Color convert

RGB 167 14 222 -
CMYK 0.25 0.94 0 0.13
HSL 284.13º 0.88% 0.46% -
HSV(B) 284.13º 0.94% 0.87% -
XYZ 29.28 13.8 70.23 -
YUV 83.46 206.19 187.59 -
System Red Green Blue C M Y K H S L
Decimal 167 14 222 0.25 0.94 0 0.13 284.13 0.88 0.46
Hex A7 E DE 19 5E 0 D 11C 58 2E
Octal 247 16 336 31 136 0 15 434 130 56
Binary 10100111 1110 11011110 11001 1011110 0 1101 100011100 1011000 101110

Color Harmonies of #A70EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70EDE

Black with #A70EDE

Text Example


Text Example

White with #A70EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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