Html Css Color HEX #A80EBC Dark Violet

📋 copy color: '#A80EBC'

red 168 ◦ green 14 ◦ blue 188

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

Shades of Dark Violet #A80EBC

Tints of Dark Violet #A80EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 45.41%
G = 3.78%
B = 50.81%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A80EBC (or 0xA80EBC) is known color: Dark Violet. HEX triplet: A8, 0E and BC. RGB value is (168,14,188). Sum of RGB (Red+Green+Blue) = 168+14+188=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #A80EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80EBC is #57F143. Grayscale: #4F4F4F. Windows color (decimal): -5763396 or 12324520. OLE color: 12324520.

HSL color Cylindrical-coordinate representation of color #A80EBC: hue angle of 293.1º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80EBC is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 14 188 -
CMYK 0.11 0.93 0 0.26
HSL 293.1º 0.86% 0.4% -
HSV(B) 293.1º 0.93% 0.74% -
XYZ 25.38 12.27 48.61 -
YUV 79.88 189.02 190.85 -
System Red Green Blue C M Y K H S L
Decimal 168 14 188 0.11 0.93 0 0.26 293.1 0.86 0.4
Hex A8 E BC B 5D 0 1A 125 56 28
Octal 250 16 274 13 135 0 32 445 126 50
Binary 10101000 1110 10111100 1011 1011101 0 11010 100100101 1010110 101000

Color Harmonies of #A80EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80EBC

Black with #A80EBC

Text Example


Text Example

White with #A80EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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