#A80BE2

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

Shades of Dark Violet #A80BE2

Tints of Dark Violet #A80BE2

Color information

#A80BE2 (or 0xA80BE2) is unknown color: approx Dark Violet. HEX triplet: A8, 0B and E2. RGB value is (168,11,226). Sum of RGB (Red+Green+Blue) = 168+11+226=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 11 (4.69% from 255 or 2.72% from 405); Blue value is 226 (88.67% from 255 or 55.80% from 405); Max value from RGB is 226 - color contains mainly: blue. Hex color #A80BE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80BE2 is #57F41D. Grayscale: #515151. Windows color (decimal): -5764126 or 14814120. OLE color: 14814120.

HSL color Cylindrical-coordinate representation of color #A80BE2: hue angle of 283.81º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80BE2 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16811226-
CMYK0.260.9500.11
HSL283.81º90.72%46.47%-
HSV(B)283.81º95.13%88.63%-
XYZ3014.0673.08-
YUV82.45209.01189.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.48%
GREEN value IS 11 (4.69% from 255) = 2.72%
BLUE value IS 226 (88.67% from 255) = 55.80%
R=41.48%
G=2.72%
B=55.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal168112260.260.9500.11283.8190.7246.47
HexA8BE21A5F0B11c5b2e
Octal250133423213701343413356
Binary10101000101111100010110101011111010111000111001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80BE2; }

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

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

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

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

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

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

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

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