Html Css Color HEX #A80EC3 Dark Violet

📋 copy color: '#A80EC3'

red 168 ◦ green 14 ◦ blue 195

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

Shades of Dark Violet #A80EC3

Tints of Dark Violet #A80EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 51.72%

R = 44.56%
G = 3.71%
B = 51.72%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A80EC3 (or 0xA80EC3) is known color: Dark Violet. HEX triplet: A8, 0E and C3. RGB value is (168,14,195). Sum of RGB (Red+Green+Blue) = 168+14+195=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 195 (76.56% from 255 or 51.72% from 377); Max value from RGB is 195 - color contains mainly: blue. Hex color #A80EC3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80EC3 is #57F13C. Grayscale: #505050. Windows color (decimal): -5763389 or 12783272. OLE color: 12783272.

HSL color Cylindrical-coordinate representation of color #A80EC3: hue angle of 291.05º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80EC3 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 14 195 -
CMYK 0.14 0.93 0 0.24
HSL 291.05º 0.87% 0.41% -
HSV(B) 291.05º 0.93% 0.76% -
XYZ 26.16 12.58 52.68 -
YUV 80.68 192.52 190.28 -
System Red Green Blue C M Y K H S L
Decimal 168 14 195 0.14 0.93 0 0.24 291.05 0.87 0.41
Hex A8 E C3 E 5D 0 18 123 57 29
Octal 250 16 303 16 135 0 30 443 127 51
Binary 10101000 1110 11000011 1110 1011101 0 11000 100100011 1010111 101001

Color Harmonies of #A80EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80EC3

Black with #A80EC3

Text Example


Text Example

White with #A80EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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