Html Css Color HEX #A80FDA Dark Violet

📋 copy color: '#A80FDA'

red 168 ◦ green 15 ◦ blue 218

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

Shades of Dark Violet #A80FDA

Tints of Dark Violet #A80FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.36%

R = 41.9%
G = 3.74%
B = 54.36%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A80FDA (or 0xA80FDA) is known color: Dark Violet. HEX triplet: A8, 0F and DA. RGB value is (168,15,218). Sum of RGB (Red+Green+Blue) = 168+15+218=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #A80FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80FDA is #57F025. Grayscale: #535353. Windows color (decimal): -5763110 or 14290856. OLE color: 14290856.

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

Color convert

RGB 168 15 218 -
CMYK 0.23 0.93 0 0.15
HSL 285.22º 0.87% 0.46% -
HSV(B) 285.22º 0.93% 0.85% -
XYZ 28.97 13.73 67.45 -
YUV 83.89 203.69 187.99 -
System Red Green Blue C M Y K H S L
Decimal 168 15 218 0.23 0.93 0 0.15 285.22 0.87 0.46
Hex A8 F DA 17 5D 0 F 11D 57 2E
Octal 250 17 332 27 135 0 17 435 127 56
Binary 10101000 1111 11011010 10111 1011101 0 1111 100011101 1010111 101110

Color Harmonies of #A80FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80FDA

Black with #A80FDA

Text Example


Text Example

White with #A80FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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