Html Css Color HEX #A53699 Medium Red Violet

📋 copy color: '#A53699'

red 165 ◦ green 54 ◦ blue 153

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

Shades of Medium Red Violet #A53699

Tints of Medium Red Violet #A53699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.52%

 BLUE value IS 153 (60.16% from 255) = 41.13%

R = 44.35%
G = 14.52%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A53699 (or 0xA53699) is known color: Medium Red Violet. HEX triplet: A5, 36 and 99. RGB value is (165,54,153). Sum of RGB (Red+Green+Blue) = 165+54+153=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A53699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53699 is #5AC966. Grayscale: #626262. Windows color (decimal): -5949799 or 10040997. OLE color: 10040997.

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

Color convert

RGB 165 54 153 -
CMYK 0 0.67 0.07 0.35
HSL 306.49º 0.51% 0.43% -
HSV(B) 306.49º 0.67% 0.65% -
XYZ 22.59 12.94 31.44 -
YUV 98.48 158.77 175.45 -
System Red Green Blue C M Y K H S L
Decimal 165 54 153 0 0.67 0.07 0.35 306.49 0.51 0.43
Hex A5 36 99 0 43 7 23 132 33 2B
Octal 245 66 231 0 103 7 43 462 63 53
Binary 10100101 110110 10011001 0 1000011 111 100011 100110010 110011 101011

Color Harmonies of #A53699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53699

Black with #A53699

Text Example


Text Example

White with #A53699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53699; }

 p { color: rgb(165,54,153); }

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

background-color css

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

 a { background-color: rgb(165,54,153); }

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

border-color css

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

 span { border-color: rgb(165,54,153); }

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