Html Css Color HEX #A53075 Medium Red Violet

📋 copy color: '#A53075'

red 165 ◦ green 48 ◦ blue 117

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

Shades of Medium Red Violet #A53075

Tints of Medium Red Violet #A53075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.55%

 BLUE value IS 117 (46.09% from 255) = 35.45%

R = 50%
G = 14.55%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A53075 (or 0xA53075) is known color: Medium Red Violet. HEX triplet: A5, 30 and 75. RGB value is (165,48,117). Sum of RGB (Red+Green+Blue) = 165+48+117=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A53075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53075 is #5ACF8A. Grayscale: #5A5A5A. Windows color (decimal): -5951371 or 7680165. OLE color: 7680165.

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

Color convert

RGB 165 48 117 -
CMYK 0 0.71 0.29 0.35
HSL 324.62º 0.55% 0.42% -
HSV(B) 324.62º 0.71% 0.65% -
XYZ 19.78 11.4 17.99 -
YUV 90.85 142.76 180.89 -
System Red Green Blue C M Y K H S L
Decimal 165 48 117 0 0.71 0.29 0.35 324.62 0.55 0.42
Hex A5 30 75 0 47 1D 23 145 37 2A
Octal 245 60 165 0 107 35 43 505 67 52
Binary 10100101 110000 1110101 0 1000111 11101 100011 101000101 110111 101010

Color Harmonies of #A53075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53075

Black with #A53075

Text Example


Text Example

White with #A53075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53075; }

 p { color: rgb(165,48,117); }

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

background-color css

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

 a { background-color: rgb(165,48,117); }

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

border-color css

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

 span { border-color: rgb(165,48,117); }

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