Html Css Color HEX #A53F83 Medium Red Violet

📋 copy color: '#A53F83'

red 165 ◦ green 63 ◦ blue 131

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

Shades of Medium Red Violet #A53F83

Tints of Medium Red Violet #A53F83

RGB

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

 GREEN value IS 63 (25% from 255) = 17.55%

 BLUE value IS 131 (51.56% from 255) = 36.49%

R = 45.96%
G = 17.55%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A53F83 (or 0xA53F83) is known color: Medium Red Violet. HEX triplet: A5, 3F and 83. RGB value is (165,63,131). Sum of RGB (Red+Green+Blue) = 165+63+131=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53F83 is #5AC07C. Grayscale: #656565. Windows color (decimal): -5947517 or 8601509. OLE color: 8601509.

HSL color Cylindrical-coordinate representation of color #A53F83: hue angle of 320º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A53F83 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 63 131 -
CMYK 0 0.62 0.21 0.35
HSL 320º 0.45% 0.45% -
HSV(B) 320º 0.62% 0.65% -
XYZ 21.39 13.19 22.89 -
YUV 101.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 165 63 131 0 0.62 0.21 0.35 320 0.45 0.45
Hex A5 3F 83 0 3E 15 23 140 2D 2D
Octal 245 77 203 0 76 25 43 500 55 55
Binary 10100101 111111 10000011 0 111110 10101 100011 101000000 101101 101101

Color Harmonies of #A53F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53F83

Black with #A53F83

Text Example


Text Example

White with #A53F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53F83; }

 p { color: rgb(165,63,131); }

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

background-color css

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

 a { background-color: rgb(165,63,131); }

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

border-color css

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

 span { border-color: rgb(165,63,131); }

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