Html Css Color HEX #A70ADE Dark Violet

📋 copy color: '#A70ADE'

red 167 ◦ green 10 ◦ blue 222

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

Shades of Dark Violet #A70ADE

Tints of Dark Violet #A70ADE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.51%

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

R = 41.85%
G = 2.51%
B = 55.64%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A70ADE (or 0xA70ADE) is known color: Dark Violet. HEX triplet: A7, 0A and DE. RGB value is (167,10,222). Sum of RGB (Red+Green+Blue) = 167+10+222=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 10 (4.30% from 255 or 2.51% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #A70ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70ADE is #58F521. Grayscale: #505050. Windows color (decimal): -5829922 or 14551719. OLE color: 14551719.

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

Color convert

RGB 167 10 222 -
CMYK 0.25 0.95 0 0.13
HSL 284.43º 0.91% 0.45% -
HSV(B) 284.43º 0.95% 0.87% -
XYZ 29.23 13.71 70.21 -
YUV 81.11 207.51 189.26 -
System Red Green Blue C M Y K H S L
Decimal 167 10 222 0.25 0.95 0 0.13 284.43 0.91 0.45
Hex A7 A DE 19 5F 0 D 11C 5B 2D
Octal 247 12 336 31 137 0 15 434 133 55
Binary 10100111 1010 11011110 11001 1011111 0 1101 100011100 1011011 101101

Color Harmonies of #A70ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70ADE

Black with #A70ADE

Text Example


Text Example

White with #A70ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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