Html Css Color HEX #A80BBA Dark Violet

📋 copy color: '#A80BBA'

red 168 ◦ green 11 ◦ blue 186

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

Shades of Dark Violet #A80BBA

Tints of Dark Violet #A80BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.01%

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

R = 46.03%
G = 3.01%
B = 50.96%

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

#A80BBA (or 0xA80BBA) is known color: Dark Violet. HEX triplet: A8, 0B and BA. RGB value is (168,11,186). Sum of RGB (Red+Green+Blue) = 168+11+186=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #A80BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80BBA is #57F445. Grayscale: #4D4D4D. Windows color (decimal): -5764166 or 12192680. OLE color: 12192680.

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

Color convert

RGB 168 11 186 -
CMYK 0.10 0.94 0 0.27
HSL 293.83º 0.89% 0.39% -
HSV(B) 293.83º 0.94% 0.73% -
XYZ 25.13 12.11 47.47 -
YUV 77.89 189.01 192.27 -
System Red Green Blue C M Y K H S L
Decimal 168 11 186 0.10 0.94 0 0.27 293.83 0.89 0.39
Hex A8 B BA A 5E 0 1B 126 59 27
Octal 250 13 272 12 136 0 33 446 131 47
Binary 10101000 1011 10111010 1010 1011110 0 11011 100100110 1011001 100111

Color Harmonies of #A80BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80BBA

Black with #A80BBA

Text Example


Text Example

White with #A80BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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