Html Css Color HEX #A53B7E Medium Red Violet

📋 copy color: '#A53B7E'

red 165 ◦ green 59 ◦ blue 126

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

Shades of Medium Red Violet #A53B7E

Tints of Medium Red Violet #A53B7E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.86%

 BLUE value IS 126 (49.61% from 255) = 36%

R = 47.14%
G = 16.86%
B = 36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A53B7E (or 0xA53B7E) is known color: Medium Red Violet. HEX triplet: A5, 3B and 7E. RGB value is (165,59,126). Sum of RGB (Red+Green+Blue) = 165+59+126=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53B7E is #5AC481. Grayscale: #626262. Windows color (decimal): -5948546 or 8272805. OLE color: 8272805.

HSL color Cylindrical-coordinate representation of color #A53B7E: hue angle of 322.08º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A53B7E is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 59 126 -
CMYK 0 0.64 0.24 0.35
HSL 322.08º 0.47% 0.44% -
HSV(B) 322.08º 0.64% 0.65% -
XYZ 20.85 12.63 21.08 -
YUV 98.33 143.62 175.55 -
System Red Green Blue C M Y K H S L
Decimal 165 59 126 0 0.64 0.24 0.35 322.08 0.47 0.44
Hex A5 3B 7E 0 40 18 23 142 2F 2C
Octal 245 73 176 0 100 30 43 502 57 54
Binary 10100101 111011 1111110 0 1000000 11000 100011 101000010 101111 101100

Color Harmonies of #A53B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53B7E

Black with #A53B7E

Text Example


Text Example

White with #A53B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53B7E; }

 p { color: rgb(165,59,126); }

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

background-color css

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

 a { background-color: rgb(165,59,126); }

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

border-color css

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

 span { border-color: rgb(165,59,126); }

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