Html Css Color HEX #821AA0 Vivid Violet

📋 copy color: '#821AA0'

red 130 ◦ green 26 ◦ blue 160

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

Shades of Vivid Violet #821AA0

Tints of Vivid Violet #821AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 50.63%

R = 41.14%
G = 8.23%
B = 50.63%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#821AA0 (or 0x821AA0) is known color: Vivid Violet. HEX triplet: 82, 1A and A0. RGB value is (130,26,160). Sum of RGB (Red+Green+Blue) = 130+26+160=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 160 (62.89% from 255 or 50.63% from 316); Max value from RGB is 160 - color contains mainly: blue. Hex color #821AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821AA0 is #7DE55F. Grayscale: #474747. Windows color (decimal): -8250720 or 10492546. OLE color: 10492546.

HSL color Cylindrical-coordinate representation of color #821AA0: hue angle of 286.57º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821AA0 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 26 160 -
CMYK 0.19 0.84 0 0.37
HSL 286.57º 0.72% 0.36% -
HSV(B) 286.57º 0.84% 0.63% -
XYZ 15.92 8.02 33.97 -
YUV 72.37 177.46 169.1 -
System Red Green Blue C M Y K H S L
Decimal 130 26 160 0.19 0.84 0 0.37 286.57 0.72 0.36
Hex 82 1A A0 13 54 0 25 11F 48 24
Octal 202 32 240 23 124 0 45 437 110 44
Binary 10000010 11010 10100000 10011 1010100 0 100101 100011111 1001000 100100

Color Harmonies of #821AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821AA0

Black with #821AA0

Text Example


Text Example

White with #821AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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