Html Css Color HEX #A80BBB Dark Violet

📋 copy color: '#A80BBB'

red 168 ◦ green 11 ◦ blue 187

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

Shades of Dark Violet #A80BBB

Tints of Dark Violet #A80BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.09%

R = 45.9%
G = 3.01%
B = 51.09%

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

#A80BBB (or 0xA80BBB) is known color: Dark Violet. HEX triplet: A8, 0B and BB. RGB value is (168,11,187). Sum of RGB (Red+Green+Blue) = 168+11+187=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #A80BBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80BBB is #57F444. Grayscale: #4D4D4D. Windows color (decimal): -5764165 or 12258216. OLE color: 12258216.

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

Color convert

RGB 168 11 187 -
CMYK 0.10 0.94 0 0.27
HSL 293.52º 0.89% 0.39% -
HSV(B) 293.52º 0.94% 0.73% -
XYZ 25.24 12.15 48.03 -
YUV 78.01 189.51 192.19 -
System Red Green Blue C M Y K H S L
Decimal 168 11 187 0.10 0.94 0 0.27 293.52 0.89 0.39
Hex A8 B BB A 5E 0 1B 126 59 27
Octal 250 13 273 12 136 0 33 446 131 47
Binary 10101000 1011 10111011 1010 1011110 0 11011 100100110 1011001 100111

Color Harmonies of #A80BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80BBB

Black with #A80BBB

Text Example


Text Example

White with #A80BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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