Html Css Color HEX #A80ECE Dark Violet

📋 copy color: '#A80ECE'

red 168 ◦ green 14 ◦ blue 206

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

Shades of Dark Violet #A80ECE

Tints of Dark Violet #A80ECE

RGB

 RED value IS 168 (66.02% from 255) = 43.3%

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

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

R = 43.3%
G = 3.61%
B = 53.09%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A80ECE (or 0xA80ECE) is known color: Dark Violet. HEX triplet: A8, 0E and CE. RGB value is (168,14,206). Sum of RGB (Red+Green+Blue) = 168+14+206=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #A80ECE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80ECE is #57F131. Grayscale: #515151. Windows color (decimal): -5763378 or 13504168. OLE color: 13504168.

HSL color Cylindrical-coordinate representation of color #A80ECE: hue angle of 288.12º 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 #A80ECE is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 14 206 -
CMYK 0.18 0.93 0 0.19
HSL 288.13º 0.87% 0.43% -
HSV(B) 288.13º 0.93% 0.81% -
XYZ 27.45 13.1 59.47 -
YUV 81.93 198.02 189.39 -
System Red Green Blue C M Y K H S L
Decimal 168 14 206 0.18 0.93 0 0.19 288.13 0.87 0.43
Hex A8 E CE 12 5D 0 13 120 57 2B
Octal 250 16 316 22 135 0 23 440 127 53
Binary 10101000 1110 11001110 10010 1011101 0 10011 100100000 1010111 101011

Color Harmonies of #A80ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80ECE

Black with #A80ECE

Text Example


Text Example

White with #A80ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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