#A80AB7

Color #A80AB7 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A80AB7

Tints of Dark Violet #A80AB7

Color information

#A80AB7 (or 0xA80AB7) is unknown color: approx Dark Violet. HEX triplet: A8, 0A and B7. RGB value is (168,10,183). Sum of RGB (Red+Green+Blue) = 168+10+183=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 183 (71.88% from 255 or 50.69% from 361); Max value from RGB is 183 - color contains mainly: blue. Hex color #A80AB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80AB7 is #57F548. Grayscale: #4C4C4C. Windows color (decimal): -5764425 or 11995816. OLE color: 11995816.

HSL color Cylindrical-coordinate representation of color #A80AB7: hue angle of 294.8º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80AB7 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16810183-
CMYK0.080.9500.28
HSL294.8º89.64%37.84%-
HSV(B)294.8º94.54%71.76%-
XYZ24.811.9645.8-
YUV76.96187.85192.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.54%
GREEN value IS 10 (4.30% from 255) = 2.77%
BLUE value IS 183 (71.88% from 255) = 50.69%
R=46.54%
G=2.77%
B=50.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal168101830.080.9500.28294.889.6437.84
HexA8AB785F01C1275a26
Octal250122671013703444713246
Binary10101000101010110111100010111110111001001001111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80AB7; }

 p { color: rgb(168,10,183); }

 H1.HeaderClassName
 {
   color: #A80AB7;
 }
 .AnyTagClassName
 {
   color: #A80AB7;
 }
</style>
background-color css

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

 a { background-color: rgb(168,10,183); }

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

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

 span { border-color: rgb(168,10,183); }

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