Html Css Color HEX #A70EDB Dark Violet

📋 copy color: '#A70EDB'

red 167 ◦ green 14 ◦ blue 219

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

Shades of Dark Violet #A70EDB

Tints of Dark Violet #A70EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.75%

R = 41.75%
G = 3.5%
B = 54.75%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A70EDB (or 0xA70EDB) is known color: Dark Violet. HEX triplet: A7, 0E and DB. RGB value is (167,14,219). Sum of RGB (Red+Green+Blue) = 167+14+219=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 14 (5.86% from 255 or 3.5% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #A70EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70EDB is #58F124. Grayscale: #525252. Windows color (decimal): -5828901 or 14356135. OLE color: 14356135.

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

Color convert

RGB 167 14 219 -
CMYK 0.24 0.94 0 0.14
HSL 284.78º 0.88% 0.46% -
HSV(B) 284.78º 0.94% 0.86% -
XYZ 28.88 13.64 68.13 -
YUV 83.12 204.69 187.83 -
System Red Green Blue C M Y K H S L
Decimal 167 14 219 0.24 0.94 0 0.14 284.78 0.88 0.46
Hex A7 E DB 18 5E 0 E 11D 58 2E
Octal 247 16 333 30 136 0 16 435 130 56
Binary 10100111 1110 11011011 11000 1011110 0 1110 100011101 1011000 101110

Color Harmonies of #A70EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70EDB

Black with #A70EDB

Text Example


Text Example

White with #A70EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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