Html Css Color HEX #A52F7B Medium Red Violet

📋 copy color: '#A52F7B'

red 165 ◦ green 47 ◦ blue 123

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

Shades of Medium Red Violet #A52F7B

Tints of Medium Red Violet #A52F7B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.03%

 BLUE value IS 123 (48.44% from 255) = 36.72%

R = 49.25%
G = 14.03%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A52F7B (or 0xA52F7B) is known color: Medium Red Violet. HEX triplet: A5, 2F and 7B. RGB value is (165,47,123). Sum of RGB (Red+Green+Blue) = 165+47+123=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52F7B is #5AD084. Grayscale: #5A5A5A. Windows color (decimal): -5951621 or 8073125. OLE color: 8073125.

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

Color convert

RGB 165 47 123 -
CMYK 0 0.72 0.25 0.35
HSL 321.36º 0.56% 0.42% -
HSV(B) 321.36º 0.72% 0.65% -
XYZ 20.11 11.46 19.89 -
YUV 90.95 146.09 180.82 -
System Red Green Blue C M Y K H S L
Decimal 165 47 123 0 0.72 0.25 0.35 321.36 0.56 0.42
Hex A5 2F 7B 0 48 19 23 141 38 2A
Octal 245 57 173 0 110 31 43 501 70 52
Binary 10100101 101111 1111011 0 1001000 11001 100011 101000001 111000 101010

Color Harmonies of #A52F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52F7B

Black with #A52F7B

Text Example


Text Example

White with #A52F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52F7B; }

 p { color: rgb(165,47,123); }

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

background-color css

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

 a { background-color: rgb(165,47,123); }

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

border-color css

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

 span { border-color: rgb(165,47,123); }

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