Html Css Color HEX #A80CDC Dark Violet

📋 copy color: '#A80CDC'

red 168 ◦ green 12 ◦ blue 220

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

Shades of Dark Violet #A80CDC

Tints of Dark Violet #A80CDC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3%

 BLUE value IS 220 (86.33% from 255) = 55%

R = 42%
G = 3%
B = 55%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A80CDC (or 0xA80CDC) is known color: Dark Violet. HEX triplet: A8, 0C and DC. RGB value is (168,12,220). Sum of RGB (Red+Green+Blue) = 168+12+220=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #A80CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80CDC is #57F323. Grayscale: #515151. Windows color (decimal): -5763876 or 14421160. OLE color: 14421160.

HSL color Cylindrical-coordinate representation of color #A80CDC: hue angle of 285º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80CDC is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 12 220 -
CMYK 0.24 0.95 0 0.14
HSL 285º 0.9% 0.45% -
HSV(B) 285º 0.95% 0.86% -
XYZ 29.2 13.76 68.83 -
YUV 82.36 205.68 189.09 -
System Red Green Blue C M Y K H S L
Decimal 168 12 220 0.24 0.95 0 0.14 285 0.9 0.45
Hex A8 C DC 18 5F 0 E 11D 5A 2D
Octal 250 14 334 30 137 0 16 435 132 55
Binary 10101000 1100 11011100 11000 1011111 0 1110 100011101 1011010 101101

Color Harmonies of #A80CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80CDC

Black with #A80CDC

Text Example


Text Example

White with #A80CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80CDC; }

 p { color: rgb(168,12,220); }

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

background-color css

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

 a { background-color: rgb(168,12,220); }

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

border-color css

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

 span { border-color: rgb(168,12,220); }

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