Html Css Color HEX #842AAA Vivid Violet

📋 copy color: '#842AAA'

red 132 ◦ green 42 ◦ blue 170

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

Shades of Vivid Violet #842AAA

Tints of Vivid Violet #842AAA

RGB

 RED value IS 132 (51.95% from 255) = 38.37%

 GREEN value IS 42 (16.8% from 255) = 12.21%

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

R = 38.37%
G = 12.21%
B = 49.42%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#842AAA (or 0x842AAA) is known color: Vivid Violet. HEX triplet: 84, 2A and AA. RGB value is (132,42,170). Sum of RGB (Red+Green+Blue) = 132+42+170=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #842AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842AAA is #7BD555. Grayscale: #535353. Windows color (decimal): -8115542 or 11152004. OLE color: 11152004.

HSL color Cylindrical-coordinate representation of color #842AAA: hue angle of 282.19º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842AAA is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 42 170 -
CMYK 0.22 0.75 0 0.33
HSL 282.19º 0.6% 0.42% -
HSV(B) 282.19º 0.75% 0.67% -
XYZ 17.6 9.46 38.93 -
YUV 83.5 176.82 162.59 -
System Red Green Blue C M Y K H S L
Decimal 132 42 170 0.22 0.75 0 0.33 282.19 0.6 0.42
Hex 84 2A AA 16 4B 0 21 11A 3C 2A
Octal 204 52 252 26 113 0 41 432 74 52
Binary 10000100 101010 10101010 10110 1001011 0 100001 100011010 111100 101010

Color Harmonies of #842AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842AAA

Black with #842AAA

Text Example


Text Example

White with #842AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,42,170); }

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

background-color css

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

 a { background-color: rgb(132,42,170); }

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

border-color css

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

 span { border-color: rgb(132,42,170); }

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