Html Css Color HEX #A80ADC Dark Violet

📋 copy color: '#A80ADC'

red 168 ◦ green 10 ◦ blue 220

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

Shades of Dark Violet #A80ADC

Tints of Dark Violet #A80ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.51%

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

R = 42.21%
G = 2.51%
B = 55.28%

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

#A80ADC (or 0xA80ADC) is known color: Dark Violet. HEX triplet: A8, 0A and DC. RGB value is (168,10,220). Sum of RGB (Red+Green+Blue) = 168+10+220=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 10 (4.30% from 255 or 2.51% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #A80ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80ADC is #57F523. Grayscale: #505050. Windows color (decimal): -5764388 or 14420648. OLE color: 14420648.

HSL color Cylindrical-coordinate representation of color #A80ADC: hue angle of 285.14º degrees, saturation: 0.91, 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 #A80ADC is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 10 220 -
CMYK 0.24 0.95 0 0.14
HSL 285.14º 0.91% 0.45% -
HSV(B) 285.14º 0.95% 0.86% -
XYZ 29.18 13.71 68.82 -
YUV 81.18 206.35 189.92 -
System Red Green Blue C M Y K H S L
Decimal 168 10 220 0.24 0.95 0 0.14 285.14 0.91 0.45
Hex A8 A DC 18 5F 0 E 11D 5B 2D
Octal 250 12 334 30 137 0 16 435 133 55
Binary 10101000 1010 11011100 11000 1011111 0 1110 100011101 1011011 101101

Color Harmonies of #A80ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80ADC

Black with #A80ADC

Text Example


Text Example

White with #A80ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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