Html Css Color HEX #A80FDD Dark Violet

📋 copy color: '#A80FDD'

red 168 ◦ green 15 ◦ blue 221

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

Shades of Dark Violet #A80FDD

Tints of Dark Violet #A80FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.71%

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

R = 41.58%
G = 3.71%
B = 54.7%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A80FDD (or 0xA80FDD) is known color: Dark Violet. HEX triplet: A8, 0F and DD. RGB value is (168,15,221). Sum of RGB (Red+Green+Blue) = 168+15+221=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #A80FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80FDD is #57F022. Grayscale: #535353. Windows color (decimal): -5763107 or 14487464. OLE color: 14487464.

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

Color convert

RGB 168 15 221 -
CMYK 0.24 0.93 0 0.13
HSL 284.56º 0.87% 0.46% -
HSV(B) 284.56º 0.93% 0.87% -
XYZ 29.37 13.89 69.54 -
YUV 84.23 205.19 187.75 -
System Red Green Blue C M Y K H S L
Decimal 168 15 221 0.24 0.93 0 0.13 284.56 0.87 0.46
Hex A8 F DD 18 5D 0 D 11D 57 2E
Octal 250 17 335 30 135 0 15 435 127 56
Binary 10101000 1111 11011101 11000 1011101 0 1101 100011101 1010111 101110

Color Harmonies of #A80FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80FDD

Black with #A80FDD

Text Example


Text Example

White with #A80FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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