Html Css Color HEX #A70FDB Dark Violet

📋 copy color: '#A70FDB'

red 167 ◦ green 15 ◦ blue 219

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

Shades of Dark Violet #A70FDB

Tints of Dark Violet #A70FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.74%

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

R = 41.65%
G = 3.74%
B = 54.61%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A70FDB (or 0xA70FDB) is known color: Dark Violet. HEX triplet: A7, 0F and DB. RGB value is (167,15,219). Sum of RGB (Red+Green+Blue) = 167+15+219=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #A70FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70FDB is #58F024. Grayscale: #535353. Windows color (decimal): -5828645 or 14356391. OLE color: 14356391.

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

Color convert

RGB 167 15 219 -
CMYK 0.24 0.93 0 0.14
HSL 284.71º 0.87% 0.46% -
HSV(B) 284.71º 0.93% 0.86% -
XYZ 28.89 13.67 68.13 -
YUV 83.7 204.36 187.41 -
System Red Green Blue C M Y K H S L
Decimal 167 15 219 0.24 0.93 0 0.14 284.71 0.87 0.46
Hex A7 F DB 18 5D 0 E 11D 57 2E
Octal 247 17 333 30 135 0 16 435 127 56
Binary 10100111 1111 11011011 11000 1011101 0 1110 100011101 1010111 101110

Color Harmonies of #A70FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70FDB

Black with #A70FDB

Text Example


Text Example

White with #A70FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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