Html Css Color HEX #A80BBE Dark Violet

📋 copy color: '#A80BBE'

red 168 ◦ green 11 ◦ blue 190

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

Shades of Dark Violet #A80BBE

Tints of Dark Violet #A80BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.49%

R = 45.53%
G = 2.98%
B = 51.49%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A80BBE (or 0xA80BBE) is known color: Dark Violet. HEX triplet: A8, 0B and BE. RGB value is (168,11,190). Sum of RGB (Red+Green+Blue) = 168+11+190=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #A80BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80BBE is #57F441. Grayscale: #4D4D4D. Windows color (decimal): -5764162 or 12454824. OLE color: 12454824.

HSL color Cylindrical-coordinate representation of color #A80BBE: hue angle of 292.63º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80BBE is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 11 190 -
CMYK 0.12 0.94 0 0.25
HSL 292.63º 0.89% 0.39% -
HSV(B) 292.63º 0.94% 0.75% -
XYZ 25.56 12.28 49.74 -
YUV 78.35 191.01 191.95 -
System Red Green Blue C M Y K H S L
Decimal 168 11 190 0.12 0.94 0 0.25 292.63 0.89 0.39
Hex A8 B BE C 5E 0 19 125 59 27
Octal 250 13 276 14 136 0 31 445 131 47
Binary 10101000 1011 10111110 1100 1011110 0 11001 100100101 1011001 100111

Color Harmonies of #A80BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80BBE

Black with #A80BBE

Text Example


Text Example

White with #A80BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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