Html Css Color HEX #821AAE Vivid Violet

📋 copy color: '#821AAE'

red 130 ◦ green 26 ◦ blue 174

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

Shades of Vivid Violet #821AAE

Tints of Vivid Violet #821AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.73%

R = 39.39%
G = 7.88%
B = 52.73%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#821AAE (or 0x821AAE) is known color: Vivid Violet. HEX triplet: 82, 1A and AE. RGB value is (130,26,174). Sum of RGB (Red+Green+Blue) = 130+26+174=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #821AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821AAE is #7DE551. Grayscale: #494949. Windows color (decimal): -8250706 or 11410050. OLE color: 11410050.

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

Color convert

RGB 130 26 174 -
CMYK 0.25 0.85 0 0.32
HSL 282.16º 0.74% 0.39% -
HSV(B) 282.16º 0.85% 0.68% -
XYZ 17.22 8.54 40.79 -
YUV 73.97 184.46 167.97 -
System Red Green Blue C M Y K H S L
Decimal 130 26 174 0.25 0.85 0 0.32 282.16 0.74 0.39
Hex 82 1A AE 19 55 0 20 11A 4A 27
Octal 202 32 256 31 125 0 40 432 112 47
Binary 10000010 11010 10101110 11001 1010101 0 100000 100011010 1001010 100111

Color Harmonies of #821AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821AAE

Black with #821AAE

Text Example


Text Example

White with #821AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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