#8220AB

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

Shades of Vivid Violet #8220AB

Tints of Vivid Violet #8220AB

Color information

#8220AB (or 0x8220AB) is unknown color: approx Vivid Violet. HEX triplet: 82, 20 and AB. RGB value is (130,32,171). Sum of RGB (Red+Green+Blue) = 130+32+171=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #8220AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8220AB is #7DDF54. Grayscale: #4C4C4C. Windows color (decimal): -8249173 or 11214978. OLE color: 11214978.

HSL color Cylindrical-coordinate representation of color #8220AB: hue angle of 282.3º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8220AB is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13032171-
CMYK0.240.8100.33
HSL282.3º68.47%39.8%-
HSV(B)282.3º81.29%67.06%-
XYZ17.078.7239.31-
YUV77.15180.97165.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 32 (12.89% from 255) = 9.61%
BLUE value IS 171 (67.19% from 255) = 51.35%
R=39.04%
G=9.61%
B=51.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130321710.240.8100.33282.368.4739.8
Hex8220AB185102111a4428
Octal202402533012104143210450
Binary100000101000001010101111000101000101000011000110101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8220AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8220AB; }

 p { color: rgb(130,32,171); }

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

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

 a { background-color: rgb(130,32,171); }

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

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

 span { border-color: rgb(130,32,171); }

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