Html Css Color HEX #A52B9A Medium Red Violet

📋 copy color: '#A52B9A'

red 165 ◦ green 43 ◦ blue 154

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

Shades of Medium Red Violet #A52B9A

Tints of Medium Red Violet #A52B9A

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 value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A52B9A (or 0xA52B9A) is known color: 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

RGB 165 43 154 -
CMYK 0 0.74 0.07 0.35
HSL 305.41º 0.59% 0.41% -
HSV(B) 305.41º 0.74% 0.65% -
XYZ 22.21 12.06 31.73 -
YUV 92.13 162.92 179.97 -
System Red Green Blue C M Y K H S L
Decimal 165 43 154 0 0.74 0.07 0.35 305.41 0.59 0.41
Hex A5 2B 9A 0 4A 7 23 131 3B 29
Octal 245 53 232 0 112 7 43 461 73 51
Binary 10100101 101011 10011010 0 1001010 111 100011 100110001 111011 101001

Color Harmonies of #A52B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52B9A

Black with #A52B9A

Text Example


Text Example

White with #A52B9A

Text Example


Text Example

HTML Codes & Css Web 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>