#A52B9A

Color #A52B9A Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A52B9A

Tints of Medium Red Violet #A52B9A

Color information

#A52B9A (or 0xA52B9A) is unknown color: approx Medium Red Violet. HEX triplet: A5, 2B and 9A. RGB value is (165,43,154). Sum of RGB (Red+Green+Blue) = 165+43+154=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A52B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52B9A is #5AD465. Grayscale: #5B5B5B. Windows color (decimal): -5952614 or 10103717. OLE color: 10103717.

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

Color convert

RGB16543154-
CMYK00.740.070.35
HSL305.41º58.65%40.78%-
HSV(B)305.41º73.94%64.71%-
XYZ22.2112.0631.73-
YUV92.13162.92179.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.58%
GREEN value IS 43 (17.19% from 255) = 11.88%
BLUE value IS 154 (60.55% from 255) = 42.54%
R=45.58%
G=11.88%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654315400.740.070.35305.4158.6540.78
HexA52B9A04A7231313b29
Octal2455323201127434617351
Binary101001011010111001101001001010111100011100110001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52B9A; }

 p { color: rgb(165,43,154); }

 H1.HeaderClassName
 {
   color: #A52B9A;
 }
 .AnyTagClassName
 {
   color: #A52B9A;
 }
</style>
background-color css

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

 a { background-color: rgb(165,43,154); }

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

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

 span { border-color: rgb(165,43,154); }

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