Html Css Color HEX #A52AA0 Vivid Violet

📋 copy color: '#A52AA0'

red 165 ◦ green 42 ◦ blue 160

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

Shades of Vivid Violet #A52AA0

Tints of Vivid Violet #A52AA0

RGB

 RED value IS 165 (64.84% from 255) = 44.96%

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

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

R = 44.96%
G = 11.44%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A52AA0 (or 0xA52AA0) is known color: Vivid Violet. HEX triplet: A5, 2A and A0. RGB value is (165,42,160). Sum of RGB (Red+Green+Blue) = 165+42+160=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A52AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52AA0 is #5AD55F. Grayscale: #5B5B5B. Windows color (decimal): -5952864 or 10496677. OLE color: 10496677.

HSL color Cylindrical-coordinate representation of color #A52AA0: hue angle of 302.44º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A52AA0 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 42 160 -
CMYK 0 0.75 0.03 0.35
HSL 302.44º 0.59% 0.41% -
HSV(B) 302.44º 0.75% 0.65% -
XYZ 22.69 12.19 34.42 -
YUV 92.23 166.25 179.91 -
System Red Green Blue C M Y K H S L
Decimal 165 42 160 0 0.75 0.03 0.35 302.44 0.59 0.41
Hex A5 2A A0 0 4B 3 23 12E 3B 29
Octal 245 52 240 0 113 3 43 456 73 51
Binary 10100101 101010 10100000 0 1001011 11 100011 100101110 111011 101001

Color Harmonies of #A52AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52AA0

Black with #A52AA0

Text Example


Text Example

White with #A52AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52AA0; }

 p { color: rgb(165,42,160); }

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

background-color css

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

 a { background-color: rgb(165,42,160); }

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

border-color css

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

 span { border-color: rgb(165,42,160); }

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