#A80FE2

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

Shades of Dark Violet #A80FE2

Tints of Dark Violet #A80FE2

Color information

#A80FE2 (or 0xA80FE2) is unknown color: approx Dark Violet. HEX triplet: A8, 0F and E2. RGB value is (168,15,226). Sum of RGB (Red+Green+Blue) = 168+15+226=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 226 (88.67% from 255 or 55.26% from 409); Max value from RGB is 226 - color contains mainly: blue. Hex color #A80FE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80FE2 is #57F01D. Grayscale: #545454. Windows color (decimal): -5763102 or 14815144. OLE color: 14815144.

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

Color convert

RGB16815226-
CMYK0.260.9300.11
HSL283.51º87.55%47.25%-
HSV(B)283.51º93.36%88.63%-
XYZ30.0514.1673.1-
YUV84.8207.69187.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.08%
GREEN value IS 15 (6.25% from 255) = 3.67%
BLUE value IS 226 (88.67% from 255) = 55.26%
R=41.08%
G=3.67%
B=55.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal168152260.260.9300.11283.5187.5547.25
HexA8FE21A5D0B11c582f
Octal250173423213501343413057
Binary10101000111111100010110101011101010111000111001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80FE2; }

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

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

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

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

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

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

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

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