#801AAE

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

Shades of Vivid Violet #801AAE

Tints of Vivid Violet #801AAE

Color information

#801AAE (or 0x801AAE) is unknown color: approx Vivid Violet. HEX triplet: 80, 1A and AE. RGB value is (128,26,174). Sum of RGB (Red+Green+Blue) = 128+26+174=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #801AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801AAE is #7FE551. Grayscale: #484848. Windows color (decimal): -8381778 or 11410048. OLE color: 11410048.

HSL color Cylindrical-coordinate representation of color #801AAE: hue angle of 281.35º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801AAE is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12826174-
CMYK0.260.8500.32
HSL281.35º74%39.22%-
HSV(B)281.35º85.06%68.24%-
XYZ16.918.3840.77-
YUV73.37184.79166.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 26 (10.55% from 255) = 7.93%
BLUE value IS 174 (68.36% from 255) = 53.05%
R=39.02%
G=7.93%
B=53.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128261740.260.8500.32281.357439.22
Hex801AAE1A550201194a27
Octal200322563212504043111247
Binary10000000110101010111011010101010101000001000110011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801AAE; }

 p { color: rgb(128,26,174); }

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

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

 a { background-color: rgb(128,26,174); }

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

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

 span { border-color: rgb(128,26,174); }

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