Html Css Color HEX #A80FD1 Dark Violet

📋 copy color: '#A80FD1'

red 168 ◦ green 15 ◦ blue 209

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

Shades of Dark Violet #A80FD1

Tints of Dark Violet #A80FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 53.32%

R = 42.86%
G = 3.83%
B = 53.32%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A80FD1 (or 0xA80FD1) is known color: Dark Violet. HEX triplet: A8, 0F and D1. RGB value is (168,15,209). Sum of RGB (Red+Green+Blue) = 168+15+209=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 209 (82.03% from 255 or 53.32% from 392); Max value from RGB is 209 - color contains mainly: blue. Hex color #A80FD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80FD1 is #57F02E. Grayscale: #525252. Windows color (decimal): -5763119 or 13701032. OLE color: 13701032.

HSL color Cylindrical-coordinate representation of color #A80FD1: hue angle of 287.32º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80FD1 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 15 209 -
CMYK 0.20 0.93 0 0.18
HSL 287.32º 0.87% 0.44% -
HSV(B) 287.32º 0.93% 0.82% -
XYZ 27.83 13.27 61.42 -
YUV 82.86 199.19 188.73 -
System Red Green Blue C M Y K H S L
Decimal 168 15 209 0.20 0.93 0 0.18 287.32 0.87 0.44
Hex A8 F D1 14 5D 0 12 11F 57 2C
Octal 250 17 321 24 135 0 22 437 127 54
Binary 10101000 1111 11010001 10100 1011101 0 10010 100011111 1010111 101100

Color Harmonies of #A80FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80FD1

Black with #A80FD1

Text Example


Text Example

White with #A80FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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