Html Css Color HEX #A52E8D Medium Red Violet

📋 copy color: '#A52E8D'

red 165 ◦ green 46 ◦ blue 141

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

Shades of Medium Red Violet #A52E8D

Tints of Medium Red Violet #A52E8D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.07%

 BLUE value IS 141 (55.47% from 255) = 40.06%

R = 46.88%
G = 13.07%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A52E8D (or 0xA52E8D) is known color: Medium Red Violet. HEX triplet: A5, 2E and 8D. RGB value is (165,46,141). Sum of RGB (Red+Green+Blue) = 165+46+141=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52E8D is #5AD172. Grayscale: #5C5C5C. Windows color (decimal): -5951859 or 9252517. OLE color: 9252517.

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

Color convert

RGB 165 46 141 -
CMYK 0 0.72 0.15 0.35
HSL 312.1º 0.56% 0.41% -
HSV(B) 312.1º 0.72% 0.65% -
XYZ 21.3 11.88 26.37 -
YUV 92.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 165 46 141 0 0.72 0.15 0.35 312.1 0.56 0.41
Hex A5 2E 8D 0 48 F 23 138 38 29
Octal 245 56 215 0 110 17 43 470 70 51
Binary 10100101 101110 10001101 0 1001000 1111 100011 100111000 111000 101001

Color Harmonies of #A52E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52E8D

Black with #A52E8D

Text Example


Text Example

White with #A52E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52E8D; }

 p { color: rgb(165,46,141); }

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

background-color css

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

 a { background-color: rgb(165,46,141); }

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

border-color css

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

 span { border-color: rgb(165,46,141); }

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