Html Css Color HEX #A70AE0 Dark Violet

📋 copy color: '#A70AE0'

red 167 ◦ green 10 ◦ blue 224

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

Shades of Dark Violet #A70AE0

Tints of Dark Violet #A70AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.86%

R = 41.65%
G = 2.49%
B = 55.86%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A70AE0 (or 0xA70AE0) is known color: Dark Violet. HEX triplet: A7, 0A and E0. RGB value is (167,10,224). Sum of RGB (Red+Green+Blue) = 167+10+224=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #A70AE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70AE0 is #58F51F. Grayscale: #505050. Windows color (decimal): -5829920 or 14682791. OLE color: 14682791.

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

Color convert

RGB 167 10 224 -
CMYK 0.25 0.96 0 0.12
HSL 284.02º 0.91% 0.46% -
HSV(B) 284.02º 0.96% 0.88% -
XYZ 29.5 13.81 71.63 -
YUV 81.34 208.51 189.1 -
System Red Green Blue C M Y K H S L
Decimal 167 10 224 0.25 0.96 0 0.12 284.02 0.91 0.46
Hex A7 A E0 19 60 0 C 11C 5B 2E
Octal 247 12 340 31 140 0 14 434 133 56
Binary 10100111 1010 11100000 11001 1100000 0 1100 100011100 1011011 101110

Color Harmonies of #A70AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70AE0

Black with #A70AE0

Text Example


Text Example

White with #A70AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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