Html Css Color HEX #A80CB9 Dark Violet

📋 copy color: '#A80CB9'

red 168 ◦ green 12 ◦ blue 185

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

Shades of Dark Violet #A80CB9

Tints of Dark Violet #A80CB9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.29%

 BLUE value IS 185 (72.66% from 255) = 50.68%

R = 46.03%
G = 3.29%
B = 50.68%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A80CB9 (or 0xA80CB9) is known color: Dark Violet. HEX triplet: A8, 0C and B9. RGB value is (168,12,185). Sum of RGB (Red+Green+Blue) = 168+12+185=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 185 (72.66% from 255 or 50.68% from 365); Max value from RGB is 185 - color contains mainly: blue. Hex color #A80CB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80CB9 is #57F346. Grayscale: #4D4D4D. Windows color (decimal): -5763911 or 12127400. OLE color: 12127400.

HSL color Cylindrical-coordinate representation of color #A80CB9: hue angle of 294.1º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80CB9 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 12 185 -
CMYK 0.09 0.94 0 0.27
HSL 294.1º 0.88% 0.39% -
HSV(B) 294.1º 0.94% 0.73% -
XYZ 25.04 12.09 46.91 -
YUV 78.37 188.18 191.93 -
System Red Green Blue C M Y K H S L
Decimal 168 12 185 0.09 0.94 0 0.27 294.1 0.88 0.39
Hex A8 C B9 9 5E 0 1B 126 58 27
Octal 250 14 271 11 136 0 33 446 130 47
Binary 10101000 1100 10111001 1001 1011110 0 11011 100100110 1011000 100111

Color Harmonies of #A80CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80CB9

Black with #A80CB9

Text Example


Text Example

White with #A80CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80CB9; }

 p { color: rgb(168,12,185); }

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

background-color css

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

 a { background-color: rgb(168,12,185); }

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

border-color css

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

 span { border-color: rgb(168,12,185); }

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