Html Css Color HEX #A52CA0 Vivid Violet

📋 copy color: '#A52CA0'

red 165 ◦ green 44 ◦ blue 160

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

Shades of Vivid Violet #A52CA0

Tints of Vivid Violet #A52CA0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.92%

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

R = 44.72%
G = 11.92%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A52CA0 (or 0xA52CA0) is known color: Vivid Violet. HEX triplet: A5, 2C and A0. RGB value is (165,44,160). Sum of RGB (Red+Green+Blue) = 165+44+160=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A52CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52CA0 is #5AD35F. Grayscale: #5D5D5D. Windows color (decimal): -5952352 or 10497189. OLE color: 10497189.

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

Color convert

RGB 165 44 160 -
CMYK 0 0.73 0.03 0.35
HSL 302.48º 0.58% 0.41% -
HSV(B) 302.48º 0.73% 0.65% -
XYZ 22.76 12.34 34.44 -
YUV 93.4 165.59 179.07 -
System Red Green Blue C M Y K H S L
Decimal 165 44 160 0 0.73 0.03 0.35 302.48 0.58 0.41
Hex A5 2C A0 0 49 3 23 12E 3A 29
Octal 245 54 240 0 111 3 43 456 72 51
Binary 10100101 101100 10100000 0 1001001 11 100011 100101110 111010 101001

Color Harmonies of #A52CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52CA0

Black with #A52CA0

Text Example


Text Example

White with #A52CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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