Html Css Color HEX #A80DC8 Dark Violet

📋 copy color: '#A80DC8'

red 168 ◦ green 13 ◦ blue 200

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

Shades of Dark Violet #A80DC8

Tints of Dark Violet #A80DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 52.49%

R = 44.09%
G = 3.41%
B = 52.49%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A80DC8 (or 0xA80DC8) is known color: Dark Violet. HEX triplet: A8, 0D and C8. RGB value is (168,13,200). Sum of RGB (Red+Green+Blue) = 168+13+200=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 200 (78.52% from 255 or 52.49% from 381); Max value from RGB is 200 - color contains mainly: blue. Hex color #A80DC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80DC8 is #57F237. Grayscale: #505050. Windows color (decimal): -5763640 or 13110696. OLE color: 13110696.

HSL color Cylindrical-coordinate representation of color #A80DC8: hue angle of 289.73º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80DC8 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 13 200 -
CMYK 0.16 0.94 0 0.22
HSL 289.73º 0.88% 0.42% -
HSV(B) 289.73º 0.94% 0.78% -
XYZ 26.72 12.78 55.7 -
YUV 80.66 195.35 190.29 -
System Red Green Blue C M Y K H S L
Decimal 168 13 200 0.16 0.94 0 0.22 289.73 0.88 0.42
Hex A8 D C8 10 5E 0 16 122 58 2A
Octal 250 15 310 20 136 0 26 442 130 52
Binary 10101000 1101 11001000 10000 1011110 0 10110 100100010 1011000 101010

Color Harmonies of #A80DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80DC8

Black with #A80DC8

Text Example


Text Example

White with #A80DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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