Html Css Color HEX #A80FDF Dark Violet

📋 copy color: '#A80FDF'

red 168 ◦ green 15 ◦ blue 223

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

Shades of Dark Violet #A80FDF

Tints of Dark Violet #A80FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.93%

R = 41.38%
G = 3.69%
B = 54.93%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A80FDF (or 0xA80FDF) is known color: Dark Violet. HEX triplet: A8, 0F and DF. RGB value is (168,15,223). Sum of RGB (Red+Green+Blue) = 168+15+223=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #A80FDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80FDF is #57F020. Grayscale: #535353. Windows color (decimal): -5763105 or 14618536. OLE color: 14618536.

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

Color convert

RGB 168 15 223 -
CMYK 0.25 0.93 0 0.13
HSL 284.13º 0.87% 0.47% -
HSV(B) 284.13º 0.93% 0.87% -
XYZ 29.64 13.99 70.95 -
YUV 84.46 206.19 187.59 -
System Red Green Blue C M Y K H S L
Decimal 168 15 223 0.25 0.93 0 0.13 284.13 0.87 0.47
Hex A8 F DF 19 5D 0 D 11C 57 2F
Octal 250 17 337 31 135 0 15 434 127 57
Binary 10101000 1111 11011111 11001 1011101 0 1101 100011100 1010111 101111

Color Harmonies of #A80FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80FDF

Black with #A80FDF

Text Example


Text Example

White with #A80FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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