Html Css Color HEX #A53695 Medium Red Violet

📋 copy color: '#A53695'

red 165 ◦ green 54 ◦ blue 149

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

Shades of Medium Red Violet #A53695

Tints of Medium Red Violet #A53695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.49%

R = 44.84%
G = 14.67%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A53695 (or 0xA53695) is known color: Medium Red Violet. HEX triplet: A5, 36 and 95. RGB value is (165,54,149). Sum of RGB (Red+Green+Blue) = 165+54+149=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A53695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53695 is #5AC96A. Grayscale: #616161. Windows color (decimal): -5949803 or 9778853. OLE color: 9778853.

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

Color convert

RGB 165 54 149 -
CMYK 0 0.67 0.10 0.35
HSL 308.65º 0.51% 0.43% -
HSV(B) 308.65º 0.67% 0.65% -
XYZ 22.26 12.81 29.73 -
YUV 98.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 165 54 149 0 0.67 0.10 0.35 308.65 0.51 0.43
Hex A5 36 95 0 43 A 23 135 33 2B
Octal 245 66 225 0 103 12 43 465 63 53
Binary 10100101 110110 10010101 0 1000011 1010 100011 100110101 110011 101011

Color Harmonies of #A53695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53695

Black with #A53695

Text Example


Text Example

White with #A53695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53695; }

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

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

background-color css

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

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

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

border-color css

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

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

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