Html Css Color HEX #A70ECE Dark Violet

📋 copy color: '#A70ECE'

red 167 ◦ green 14 ◦ blue 206

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

Shades of Dark Violet #A70ECE

Tints of Dark Violet #A70ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.23%

R = 43.15%
G = 3.62%
B = 53.23%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A70ECE (or 0xA70ECE) is known color: Dark Violet. HEX triplet: A7, 0E and CE. RGB value is (167,14,206). Sum of RGB (Red+Green+Blue) = 167+14+206=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 14 (5.86% from 255 or 3.62% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #A70ECE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70ECE is #58F131. Grayscale: #515151. Windows color (decimal): -5828914 or 13504167. OLE color: 13504167.

HSL color Cylindrical-coordinate representation of color #A70ECE: hue angle of 287.81º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70ECE is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 14 206 -
CMYK 0.19 0.93 0 0.19
HSL 287.81º 0.87% 0.43% -
HSV(B) 287.81º 0.93% 0.81% -
XYZ 27.23 12.99 59.46 -
YUV 81.64 198.19 188.89 -
System Red Green Blue C M Y K H S L
Decimal 167 14 206 0.19 0.93 0 0.19 287.81 0.87 0.43
Hex A7 E CE 13 5D 0 13 120 57 2B
Octal 247 16 316 23 135 0 23 440 127 53
Binary 10100111 1110 11001110 10011 1011101 0 10011 100100000 1010111 101011

Color Harmonies of #A70ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70ECE

Black with #A70ECE

Text Example


Text Example

White with #A70ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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