Html Css Color HEX #A52085 Medium Red Violet

📋 copy color: '#A52085'

red 165 ◦ green 32 ◦ blue 133

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

Shades of Medium Red Violet #A52085

Tints of Medium Red Violet #A52085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.7%

 BLUE value IS 133 (52.34% from 255) = 40.3%

R = 50%
G = 9.7%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A52085 (or 0xA52085) is known color: Medium Red Violet. HEX triplet: A5, 20 and 85. RGB value is (165,32,133). Sum of RGB (Red+Green+Blue) = 165+32+133=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A52085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52085 is #5ADF7A. Grayscale: #535353. Windows color (decimal): -5955451 or 8724645. OLE color: 8724645.

HSL color Cylindrical-coordinate representation of color #A52085: hue angle of 314.44º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52085 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 32 133 -
CMYK 0 0.81 0.19 0.35
HSL 314.44º 0.68% 0.39% -
HSV(B) 314.44º 0.81% 0.65% -
XYZ 20.27 10.73 23.19 -
YUV 83.28 156.06 186.29 -
System Red Green Blue C M Y K H S L
Decimal 165 32 133 0 0.81 0.19 0.35 314.44 0.68 0.39
Hex A5 20 85 0 51 13 23 13A 44 27
Octal 245 40 205 0 121 23 43 472 104 47
Binary 10100101 100000 10000101 0 1010001 10011 100011 100111010 1000100 100111

Color Harmonies of #A52085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52085

Black with #A52085

Text Example


Text Example

White with #A52085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52085; }

 p { color: rgb(165,32,133); }

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

background-color css

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

 a { background-color: rgb(165,32,133); }

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

border-color css

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

 span { border-color: rgb(165,32,133); }

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