Html Css Color HEX #A53886 Medium Red Violet

📋 copy color: '#A53886'

red 165 ◦ green 56 ◦ blue 134

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

Shades of Medium Red Violet #A53886

Tints of Medium Red Violet #A53886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.77%

 BLUE value IS 134 (52.73% from 255) = 37.75%

R = 46.48%
G = 15.77%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A53886 (or 0xA53886) is known color: Medium Red Violet. HEX triplet: A5, 38 and 86. RGB value is (165,56,134). Sum of RGB (Red+Green+Blue) = 165+56+134=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A53886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53886 is #5AC779. Grayscale: #616161. Windows color (decimal): -5949306 or 8796325. OLE color: 8796325.

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

Color convert

RGB 165 56 134 -
CMYK 0 0.66 0.19 0.35
HSL 317.06º 0.49% 0.43% -
HSV(B) 317.06º 0.66% 0.65% -
XYZ 21.23 12.55 23.86 -
YUV 97.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 165 56 134 0 0.66 0.19 0.35 317.06 0.49 0.43
Hex A5 38 86 0 42 13 23 13D 31 2B
Octal 245 70 206 0 102 23 43 475 61 53
Binary 10100101 111000 10000110 0 1000010 10011 100011 100111101 110001 101011

Color Harmonies of #A53886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53886

Black with #A53886

Text Example


Text Example

White with #A53886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53886; }

 p { color: rgb(165,56,134); }

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

background-color css

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

 a { background-color: rgb(165,56,134); }

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

border-color css

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

 span { border-color: rgb(165,56,134); }

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