Html Css Color HEX #A53B84 Medium Red Violet

📋 copy color: '#A53B84'

red 165 ◦ green 59 ◦ blue 132

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

Shades of Medium Red Violet #A53B84

Tints of Medium Red Violet #A53B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.08%

R = 46.35%
G = 16.57%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A53B84 (or 0xA53B84) is known color: Medium Red Violet. HEX triplet: A5, 3B and 84. RGB value is (165,59,132). Sum of RGB (Red+Green+Blue) = 165+59+132=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53B84 is #5AC47B. Grayscale: #626262. Windows color (decimal): -5948540 or 8666021. OLE color: 8666021.

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

Color convert

RGB 165 59 132 -
CMYK 0 0.64 0.20 0.35
HSL 318.68º 0.47% 0.44% -
HSV(B) 318.68º 0.64% 0.65% -
XYZ 21.25 12.79 23.18 -
YUV 99.02 146.62 175.06 -
System Red Green Blue C M Y K H S L
Decimal 165 59 132 0 0.64 0.20 0.35 318.68 0.47 0.44
Hex A5 3B 84 0 40 14 23 13F 2F 2C
Octal 245 73 204 0 100 24 43 477 57 54
Binary 10100101 111011 10000100 0 1000000 10100 100011 100111111 101111 101100

Color Harmonies of #A53B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53B84

Black with #A53B84

Text Example


Text Example

White with #A53B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53B84; }

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

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

background-color css

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

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

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

border-color css

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

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

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