Html Css Color HEX #A80ECF Dark Violet

📋 copy color: '#A80ECF'

red 168 ◦ green 14 ◦ blue 207

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

Shades of Dark Violet #A80ECF

Tints of Dark Violet #A80ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.21%

R = 43.19%
G = 3.6%
B = 53.21%

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

#A80ECF (or 0xA80ECF) is known color: Dark Violet. HEX triplet: A8, 0E and CF. RGB value is (168,14,207). Sum of RGB (Red+Green+Blue) = 168+14+207=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #A80ECF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80ECF is #57F130. Grayscale: #515151. Windows color (decimal): -5763377 or 13569704. OLE color: 13569704.

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

Color convert

RGB 168 14 207 -
CMYK 0.19 0.93 0 0.19
HSL 287.88º 0.87% 0.43% -
HSV(B) 287.88º 0.93% 0.81% -
XYZ 27.57 13.14 60.12 -
YUV 82.05 198.52 189.31 -
System Red Green Blue C M Y K H S L
Decimal 168 14 207 0.19 0.93 0 0.19 287.88 0.87 0.43
Hex A8 E CF 13 5D 0 13 120 57 2B
Octal 250 16 317 23 135 0 23 440 127 53
Binary 10101000 1110 11001111 10011 1011101 0 10011 100100000 1010111 101011

Color Harmonies of #A80ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80ECF

Black with #A80ECF

Text Example


Text Example

White with #A80ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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