Html Css Color HEX #A80DDC Dark Violet

📋 copy color: '#A80DDC'

red 168 ◦ green 13 ◦ blue 220

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

Shades of Dark Violet #A80DDC

Tints of Dark Violet #A80DDC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.24%

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

R = 41.9%
G = 3.24%
B = 54.86%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A80DDC (or 0xA80DDC) is known color: Dark Violet. HEX triplet: A8, 0D and DC. RGB value is (168,13,220). Sum of RGB (Red+Green+Blue) = 168+13+220=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #A80DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80DDC is #57F223. Grayscale: #525252. Windows color (decimal): -5763620 or 14421416. OLE color: 14421416.

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

Color convert

RGB 168 13 220 -
CMYK 0.24 0.94 0 0.14
HSL 284.93º 0.89% 0.46% -
HSV(B) 284.93º 0.94% 0.86% -
XYZ 29.21 13.78 68.83 -
YUV 82.94 205.35 188.67 -
System Red Green Blue C M Y K H S L
Decimal 168 13 220 0.24 0.94 0 0.14 284.93 0.89 0.46
Hex A8 D DC 18 5E 0 E 11D 59 2E
Octal 250 15 334 30 136 0 16 435 131 56
Binary 10101000 1101 11011100 11000 1011110 0 1110 100011101 1011001 101110

Color Harmonies of #A80DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80DDC

Black with #A80DDC

Text Example


Text Example

White with #A80DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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