Html Css Color HEX #A52B9D Medium Red Violet

📋 copy color: '#A52B9D'

red 165 ◦ green 43 ◦ blue 157

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

Shades of Medium Red Violet #A52B9D

Tints of Medium Red Violet #A52B9D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.78%

 BLUE value IS 157 (61.72% from 255) = 43.01%

R = 45.21%
G = 11.78%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A52B9D (or 0xA52B9D) is known color: Medium Red Violet. HEX triplet: A5, 2B and 9D. RGB value is (165,43,157). Sum of RGB (Red+Green+Blue) = 165+43+157=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A52B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52B9D is #5AD462. Grayscale: #5C5C5C. Windows color (decimal): -5952611 or 10300325. OLE color: 10300325.

HSL color Cylindrical-coordinate representation of color #A52B9D: hue angle of 303.93º 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 #A52B9D is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 43 157 -
CMYK 0 0.74 0.05 0.35
HSL 303.93º 0.59% 0.41% -
HSV(B) 303.93º 0.74% 0.65% -
XYZ 22.47 12.16 33.06 -
YUV 92.47 164.42 179.73 -
System Red Green Blue C M Y K H S L
Decimal 165 43 157 0 0.74 0.05 0.35 303.93 0.59 0.41
Hex A5 2B 9D 0 4A 5 23 130 3B 29
Octal 245 53 235 0 112 5 43 460 73 51
Binary 10100101 101011 10011101 0 1001010 101 100011 100110000 111011 101001

Color Harmonies of #A52B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52B9D

Black with #A52B9D

Text Example


Text Example

White with #A52B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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