Html Css Color HEX #A80DDF Dark Violet

📋 copy color: '#A80DDF'

red 168 ◦ green 13 ◦ blue 223

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

Shades of Dark Violet #A80DDF

Tints of Dark Violet #A80DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.22%

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

R = 41.58%
G = 3.22%
B = 55.2%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A80DDF (or 0xA80DDF) is known color: Dark Violet. HEX triplet: A8, 0D and DF. RGB value is (168,13,223). Sum of RGB (Red+Green+Blue) = 168+13+223=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 13 (5.47% from 255 or 3.22% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #A80DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80DDF is #57F220. Grayscale: #525252. Windows color (decimal): -5763617 or 14618024. OLE color: 14618024.

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

Color convert

RGB 168 13 223 -
CMYK 0.25 0.94 0 0.13
HSL 284.29º 0.89% 0.46% -
HSV(B) 284.29º 0.94% 0.87% -
XYZ 29.61 13.94 70.94 -
YUV 83.29 206.85 188.42 -
System Red Green Blue C M Y K H S L
Decimal 168 13 223 0.25 0.94 0 0.13 284.29 0.89 0.46
Hex A8 D DF 19 5E 0 D 11C 59 2E
Octal 250 15 337 31 136 0 15 434 131 56
Binary 10101000 1101 11011111 11001 1011110 0 1101 100011100 1011001 101110

Color Harmonies of #A80DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80DDF

Black with #A80DDF

Text Example


Text Example

White with #A80DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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