Html Css Color HEX #A80CBA Dark Violet

📋 copy color: '#A80CBA'

red 168 ◦ green 12 ◦ blue 186

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

Shades of Dark Violet #A80CBA

Tints of Dark Violet #A80CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.82%

R = 45.9%
G = 3.28%
B = 50.82%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A80CBA (or 0xA80CBA) is known color: Dark Violet. HEX triplet: A8, 0C and BA. RGB value is (168,12,186). Sum of RGB (Red+Green+Blue) = 168+12+186=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #A80CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80CBA is #57F345. Grayscale: #4D4D4D. Windows color (decimal): -5763910 or 12192936. OLE color: 12192936.

HSL color Cylindrical-coordinate representation of color #A80CBA: hue angle of 293.79º 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 #A80CBA is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 12 186 -
CMYK 0.10 0.94 0 0.27
HSL 293.79º 0.88% 0.39% -
HSV(B) 293.79º 0.94% 0.73% -
XYZ 25.14 12.13 47.47 -
YUV 78.48 188.68 191.85 -
System Red Green Blue C M Y K H S L
Decimal 168 12 186 0.10 0.94 0 0.27 293.79 0.88 0.39
Hex A8 C BA A 5E 0 1B 126 58 27
Octal 250 14 272 12 136 0 33 446 130 47
Binary 10101000 1100 10111010 1010 1011110 0 11011 100100110 1011000 100111

Color Harmonies of #A80CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80CBA

Black with #A80CBA

Text Example


Text Example

White with #A80CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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