Html Css Color HEX #A53675 Medium Red Violet

📋 copy color: '#A53675'

red 165 ◦ green 54 ◦ blue 117

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

Shades of Medium Red Violet #A53675

Tints of Medium Red Violet #A53675

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.07%

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

R = 49.11%
G = 16.07%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A53675 (or 0xA53675) is known color: Medium Red Violet. HEX triplet: A5, 36 and 75. RGB value is (165,54,117). Sum of RGB (Red+Green+Blue) = 165+54+117=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A53675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53675 is #5AC98A. Grayscale: #5E5E5E. Windows color (decimal): -5949835 or 7681701. OLE color: 7681701.

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

Color convert

RGB 165 54 117 -
CMYK 0 0.67 0.29 0.35
HSL 325.95º 0.51% 0.43% -
HSV(B) 325.95º 0.67% 0.65% -
XYZ 20.05 11.92 18.07 -
YUV 94.37 140.77 178.38 -
System Red Green Blue C M Y K H S L
Decimal 165 54 117 0 0.67 0.29 0.35 325.95 0.51 0.43
Hex A5 36 75 0 43 1D 23 146 33 2B
Octal 245 66 165 0 103 35 43 506 63 53
Binary 10100101 110110 1110101 0 1000011 11101 100011 101000110 110011 101011

Color Harmonies of #A53675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53675

Black with #A53675

Text Example


Text Example

White with #A53675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53675; }

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

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

background-color css

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

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

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

border-color css

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

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

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