#802CAA

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

Shades of Vivid Violet #802CAA

Tints of Vivid Violet #802CAA

Color information

#802CAA (or 0x802CAA) is unknown color: approx Vivid Violet. HEX triplet: 80, 2C and AA. RGB value is (128,44,170). Sum of RGB (Red+Green+Blue) = 128+44+170=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #802CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802CAA is #7FD355. Grayscale: #535353. Windows color (decimal): -8377174 or 11152512. OLE color: 11152512.

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

Color convert

RGB12844170-
CMYK0.250.7400.33
HSL280º58.88%41.96%-
HSV(B)280º74.12%66.67%-
XYZ17.069.2938.92-
YUV83.48176.83159.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.43%
GREEN value IS 44 (17.58% from 255) = 12.87%
BLUE value IS 170 (66.80% from 255) = 49.71%
R=37.43%
G=12.87%
B=49.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128441700.250.7400.3328058.8841.96
Hex802CAA194A0211183b2a
Octal20054252311120414307352
Binary10000000101100101010101100110010100100001100011000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,44,170); }

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

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

 a { background-color: rgb(128,44,170); }

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

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

 span { border-color: rgb(128,44,170); }

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