Html Css Color HEX #A52F93 Medium Red Violet

📋 copy color: '#A52F93'

red 165 ◦ green 47 ◦ blue 147

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

Shades of Medium Red Violet #A52F93

Tints of Medium Red Violet #A52F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.95%

R = 45.96%
G = 13.09%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A52F93 (or 0xA52F93) is known color: Medium Red Violet. HEX triplet: A5, 2F and 93. RGB value is (165,47,147). Sum of RGB (Red+Green+Blue) = 165+47+147=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52F93 is #5AD06C. Grayscale: #5D5D5D. Windows color (decimal): -5951597 or 9645989. OLE color: 9645989.

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

Color convert

RGB 165 47 147 -
CMYK 0 0.72 0.11 0.35
HSL 309.15º 0.56% 0.42% -
HSV(B) 309.15º 0.72% 0.65% -
XYZ 21.8 12.14 28.8 -
YUV 93.68 158.09 178.87 -
System Red Green Blue C M Y K H S L
Decimal 165 47 147 0 0.72 0.11 0.35 309.15 0.56 0.42
Hex A5 2F 93 0 48 B 23 135 38 2A
Octal 245 57 223 0 110 13 43 465 70 52
Binary 10100101 101111 10010011 0 1001000 1011 100011 100110101 111000 101010

Color Harmonies of #A52F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52F93

Black with #A52F93

Text Example


Text Example

White with #A52F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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