Html Css Color HEX #A80ADE Dark Violet

📋 copy color: '#A80ADE'

red 168 ◦ green 10 ◦ blue 222

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

Shades of Dark Violet #A80ADE

Tints of Dark Violet #A80ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.5%

R = 42%
G = 2.5%
B = 55.5%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A80ADE (or 0xA80ADE) is known color: Dark Violet. HEX triplet: A8, 0A and DE. RGB value is (168,10,222). Sum of RGB (Red+Green+Blue) = 168+10+222=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #A80ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80ADE is #57F521. Grayscale: #505050. Windows color (decimal): -5764386 or 14551720. OLE color: 14551720.

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

Color convert

RGB 168 10 222 -
CMYK 0.24 0.95 0 0.13
HSL 284.72º 0.91% 0.45% -
HSV(B) 284.72º 0.95% 0.87% -
XYZ 29.44 13.82 70.22 -
YUV 81.41 207.35 189.76 -
System Red Green Blue C M Y K H S L
Decimal 168 10 222 0.24 0.95 0 0.13 284.72 0.91 0.45
Hex A8 A DE 18 5F 0 D 11D 5B 2D
Octal 250 12 336 30 137 0 15 435 133 55
Binary 10101000 1010 11011110 11000 1011111 0 1101 100011101 1011011 101101

Color Harmonies of #A80ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80ADE

Black with #A80ADE

Text Example


Text Example

White with #A80ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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