Html Css Color HEX #821AAA Vivid Violet

📋 copy color: '#821AAA'

red 130 ◦ green 26 ◦ blue 170

#821AAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #821AAA

Tints of Vivid Violet #821AAA

RGB

 RED value IS 130 (51.17% from 255) = 39.88%

 GREEN value IS 26 (10.55% from 255) = 7.98%

 BLUE value IS 170 (66.8% from 255) = 52.15%

R = 39.88%
G = 7.98%
B = 52.15%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#821AAA (or 0x821AAA) is known color: Vivid Violet. HEX triplet: 82, 1A and AA. RGB value is (130,26,170). Sum of RGB (Red+Green+Blue) = 130+26+170=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #821AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821AAA is #7DE555. Grayscale: #494949. Windows color (decimal): -8250710 or 11147906. OLE color: 11147906.

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

Color convert

RGB 130 26 170 -
CMYK 0.24 0.85 0 0.33
HSL 283.33º 0.73% 0.38% -
HSV(B) 283.33º 0.85% 0.67% -
XYZ 16.83 8.39 38.76 -
YUV 73.51 182.46 168.29 -
System Red Green Blue C M Y K H S L
Decimal 130 26 170 0.24 0.85 0 0.33 283.33 0.73 0.38
Hex 82 1A AA 18 55 0 21 11B 49 26
Octal 202 32 252 30 125 0 41 433 111 46
Binary 10000010 11010 10101010 11000 1010101 0 100001 100011011 1001001 100110

Color Harmonies of #821AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821AAA

Black with #821AAA

Text Example


Text Example

White with #821AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #821AAA;
 }
 .AnyTagClassName
 {
   color: #821AAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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