#821AAC

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

Shades of Vivid Violet #821AAC

Tints of Vivid Violet #821AAC

Color information

#821AAC (or 0x821AAC) is unknown color: approx Vivid Violet. HEX triplet: 82, 1A and AC. RGB value is (130,26,172). Sum of RGB (Red+Green+Blue) = 130+26+172=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #821AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821AAC is #7DE553. Grayscale: #494949. Windows color (decimal): -8250708 or 11278978. OLE color: 11278978.

HSL color Cylindrical-coordinate representation of color #821AAC: hue angle of 282.74º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821AAC is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13026172-
CMYK0.240.8500.33
HSL282.74º73.74%38.82%-
HSV(B)282.74º84.88%67.45%-
XYZ17.028.4639.77-
YUV73.74183.46168.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.63%
GREEN value IS 26 (10.55% from 255) = 7.93%
BLUE value IS 172 (67.58% from 255) = 52.44%
R=39.63%
G=7.93%
B=52.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130261720.240.8500.33282.7473.7438.82
Hex821AAC185502111b4a27
Octal202322543012504143311247
Binary10000010110101010110011000101010101000011000110111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821AAC; }

 p { color: rgb(130,26,172); }

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

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

 a { background-color: rgb(130,26,172); }

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

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

 span { border-color: rgb(130,26,172); }

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