#802AAB

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

Shades of Vivid Violet #802AAB

Tints of Vivid Violet #802AAB

Color information

#802AAB (or 0x802AAB) is unknown color: approx Vivid Violet. HEX triplet: 80, 2A and AB. RGB value is (128,42,171). Sum of RGB (Red+Green+Blue) = 128+42+171=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #802AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802AAB is #7FD554. Grayscale: #515151. Windows color (decimal): -8377685 or 11217536. OLE color: 11217536.

HSL color Cylindrical-coordinate representation of color #802AAB: hue angle of 280º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802AAB is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12842171-
CMYK0.250.7500.33
HSL280º60.56%41.76%-
HSV(B)280º75.44%67.06%-
XYZ17.089.1939.4-
YUV82.42177.99160.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.54%
GREEN value IS 42 (16.80% from 255) = 12.32%
BLUE value IS 171 (67.19% from 255) = 50.15%
R=37.54%
G=12.32%
B=50.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128421710.250.7500.3328060.5641.76
Hex802AAB194B0211183d2a
Octal20052253311130414307552
Binary10000000101010101010111100110010110100001100011000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802AAB; }

 p { color: rgb(128,42,171); }

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

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

 a { background-color: rgb(128,42,171); }

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

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

 span { border-color: rgb(128,42,171); }

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