Html Css Color HEX #A70DBE Dark Violet

📋 copy color: '#A70DBE'

red 167 ◦ green 13 ◦ blue 190

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

Shades of Dark Violet #A70DBE

Tints of Dark Violet #A70DBE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.51%

 BLUE value IS 190 (74.61% from 255) = 51.35%

R = 45.14%
G = 3.51%
B = 51.35%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A70DBE (or 0xA70DBE) is known color: Dark Violet. HEX triplet: A7, 0D and BE. RGB value is (167,13,190). Sum of RGB (Red+Green+Blue) = 167+13+190=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #A70DBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70DBE is #58F241. Grayscale: #4E4E4E. Windows color (decimal): -5829186 or 12455335. OLE color: 12455335.

HSL color Cylindrical-coordinate representation of color #A70DBE: hue angle of 292.2º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70DBE is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 13 190 -
CMYK 0.12 0.93 0 0.25
HSL 292.2º 0.87% 0.4% -
HSV(B) 292.2º 0.93% 0.75% -
XYZ 25.37 12.22 49.74 -
YUV 79.22 190.52 190.61 -
System Red Green Blue C M Y K H S L
Decimal 167 13 190 0.12 0.93 0 0.25 292.2 0.87 0.4
Hex A7 D BE C 5D 0 19 124 57 28
Octal 247 15 276 14 135 0 31 444 127 50
Binary 10100111 1101 10111110 1100 1011101 0 11001 100100100 1010111 101000

Color Harmonies of #A70DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70DBE

Black with #A70DBE

Text Example


Text Example

White with #A70DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70DBE; }

 p { color: rgb(167,13,190); }

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

background-color css

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

 a { background-color: rgb(167,13,190); }

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

border-color css

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

 span { border-color: rgb(167,13,190); }

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