Html Css Color HEX #A53888 Medium Red Violet

📋 copy color: '#A53888'

red 165 ◦ green 56 ◦ blue 136

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

Shades of Medium Red Violet #A53888

Tints of Medium Red Violet #A53888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.1%

R = 46.22%
G = 15.69%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A53888 (or 0xA53888) is known color: Medium Red Violet. HEX triplet: A5, 38 and 88. RGB value is (165,56,136). Sum of RGB (Red+Green+Blue) = 165+56+136=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A53888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53888 is #5AC777. Grayscale: #616161. Windows color (decimal): -5949304 or 8927397. OLE color: 8927397.

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

Color convert

RGB 165 56 136 -
CMYK 0 0.66 0.18 0.35
HSL 315.96º 0.49% 0.43% -
HSV(B) 315.96º 0.66% 0.65% -
XYZ 21.38 12.61 24.6 -
YUV 97.71 149.61 176 -
System Red Green Blue C M Y K H S L
Decimal 165 56 136 0 0.66 0.18 0.35 315.96 0.49 0.43
Hex A5 38 88 0 42 12 23 13C 31 2B
Octal 245 70 210 0 102 22 43 474 61 53
Binary 10100101 111000 10001000 0 1000010 10010 100011 100111100 110001 101011

Color Harmonies of #A53888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53888

Black with #A53888

Text Example


Text Example

White with #A53888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53888; }

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

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

background-color css

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

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

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

border-color css

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

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

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