Html Css Color HEX #A80DDD Dark Violet

📋 copy color: '#A80DDD'

red 168 ◦ green 13 ◦ blue 221

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

Shades of Dark Violet #A80DDD

Tints of Dark Violet #A80DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.98%

R = 41.79%
G = 3.23%
B = 54.98%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A80DDD (or 0xA80DDD) is known color: Dark Violet. HEX triplet: A8, 0D and DD. RGB value is (168,13,221). Sum of RGB (Red+Green+Blue) = 168+13+221=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #A80DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80DDD is #57F222. Grayscale: #525252. Windows color (decimal): -5763619 or 14486952. OLE color: 14486952.

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

Color convert

RGB 168 13 221 -
CMYK 0.24 0.94 0 0.13
HSL 284.71º 0.89% 0.46% -
HSV(B) 284.71º 0.94% 0.87% -
XYZ 29.34 13.83 69.53 -
YUV 83.06 205.85 188.59 -
System Red Green Blue C M Y K H S L
Decimal 168 13 221 0.24 0.94 0 0.13 284.71 0.89 0.46
Hex A8 D DD 18 5E 0 D 11D 59 2E
Octal 250 15 335 30 136 0 15 435 131 56
Binary 10101000 1101 11011101 11000 1011110 0 1101 100011101 1011001 101110

Color Harmonies of #A80DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80DDD

Black with #A80DDD

Text Example


Text Example

White with #A80DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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