Html Css Color HEX #A80FDB Dark Violet

📋 copy color: '#A80FDB'

red 168 ◦ green 15 ◦ blue 219

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

Shades of Dark Violet #A80FDB

Tints of Dark Violet #A80FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.48%

R = 41.79%
G = 3.73%
B = 54.48%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A80FDB (or 0xA80FDB) is known color: Dark Violet. HEX triplet: A8, 0F and DB. RGB value is (168,15,219). Sum of RGB (Red+Green+Blue) = 168+15+219=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #A80FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80FDB is #57F024. Grayscale: #535353. Windows color (decimal): -5763109 or 14356392. OLE color: 14356392.

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

Color convert

RGB 168 15 219 -
CMYK 0.23 0.93 0 0.14
HSL 285º 0.87% 0.46% -
HSV(B) 285º 0.93% 0.86% -
XYZ 29.11 13.78 68.14 -
YUV 84 204.19 187.91 -
System Red Green Blue C M Y K H S L
Decimal 168 15 219 0.23 0.93 0 0.14 285 0.87 0.46
Hex A8 F DB 17 5D 0 E 11D 57 2E
Octal 250 17 333 27 135 0 16 435 127 56
Binary 10101000 1111 11011011 10111 1011101 0 1110 100011101 1010111 101110

Color Harmonies of #A80FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80FDB

Black with #A80FDB

Text Example


Text Example

White with #A80FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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