Html Css Color HEX #852AAC Vivid Violet

📋 copy color: '#852AAC'

red 133 ◦ green 42 ◦ blue 172

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

Shades of Vivid Violet #852AAC

Tints of Vivid Violet #852AAC

RGB

 RED value IS 133 (52.34% from 255) = 38.33%

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

 BLUE value IS 172 (67.58% from 255) = 49.57%

R = 38.33%
G = 12.1%
B = 49.57%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#852AAC (or 0x852AAC) is known color: Vivid Violet. HEX triplet: 85, 2A and AC. RGB value is (133,42,172). Sum of RGB (Red+Green+Blue) = 133+42+172=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #852AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852AAC is #7AD553. Grayscale: #535353. Windows color (decimal): -8050004 or 11283077. OLE color: 11283077.

HSL color Cylindrical-coordinate representation of color #852AAC: hue angle of 282º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852AAC is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 42 172 -
CMYK 0.23 0.76 0 0.33
HSL 282º 0.61% 0.42% -
HSV(B) 282º 0.76% 0.67% -
XYZ 17.95 9.62 39.94 -
YUV 84.03 177.65 162.93 -
System Red Green Blue C M Y K H S L
Decimal 133 42 172 0.23 0.76 0 0.33 282 0.61 0.42
Hex 85 2A AC 17 4C 0 21 11A 3D 2A
Octal 205 52 254 27 114 0 41 432 75 52
Binary 10000101 101010 10101100 10111 1001100 0 100001 100011010 111101 101010

Color Harmonies of #852AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852AAC

Black with #852AAC

Text Example


Text Example

White with #852AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852AAC; }

 p { color: rgb(133,42,172); }

 H1.HeaderClassName
 {
   color: #852AAC;
 }
 .AnyTagClassName
 {
   color: #852AAC;
 }
</style>

background-color css

<style>
 a { background-color: #852AAC; }

 a { background-color: rgb(133,42,172); }

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

border-color css

<style>
 span { border-color: #852AAC; }

 span { border-color: rgb(133,42,172); }

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