Html Css Color HEX #821CAE Vivid Violet

📋 copy color: '#821CAE'

red 130 ◦ green 28 ◦ blue 174

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

Shades of Vivid Violet #821CAE

Tints of Vivid Violet #821CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.43%

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

R = 39.16%
G = 8.43%
B = 52.41%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#821CAE (or 0x821CAE) is known color: Vivid Violet. HEX triplet: 82, 1C and AE. RGB value is (130,28,174). Sum of RGB (Red+Green+Blue) = 130+28+174=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #821CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821CAE is #7DE351. Grayscale: #4A4A4A. Windows color (decimal): -8250194 or 11410562. OLE color: 11410562.

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

Color convert

RGB 130 28 174 -
CMYK 0.25 0.84 0 0.32
HSL 281.92º 0.72% 0.4% -
HSV(B) 281.92º 0.84% 0.68% -
XYZ 17.26 8.63 40.8 -
YUV 75.14 183.79 167.13 -
System Red Green Blue C M Y K H S L
Decimal 130 28 174 0.25 0.84 0 0.32 281.92 0.72 0.4
Hex 82 1C AE 19 54 0 20 11A 48 28
Octal 202 34 256 31 124 0 40 432 110 50
Binary 10000010 11100 10101110 11001 1010100 0 100000 100011010 1001000 101000

Color Harmonies of #821CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821CAE

Black with #821CAE

Text Example


Text Example

White with #821CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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