Html Css Color HEX #A93591 Medium Red Violet

📋 copy color: '#A93591'

red 169 ◦ green 53 ◦ blue 145

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

Shades of Medium Red Violet #A93591

Tints of Medium Red Violet #A93591

RGB

 RED value IS 169 (66.41% from 255) = 46.05%

 GREEN value IS 53 (21.09% from 255) = 14.44%

 BLUE value IS 145 (57.03% from 255) = 39.51%

R = 46.05%
G = 14.44%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A93591 (or 0xA93591) is known color: Medium Red Violet. HEX triplet: A9, 35 and 91. RGB value is (169,53,145). Sum of RGB (Red+Green+Blue) = 169+53+145=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A93591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93591 is #56CA6E. Grayscale: #616161. Windows color (decimal): -5687919 or 9516457. OLE color: 9516457.

HSL color Cylindrical-coordinate representation of color #A93591: hue angle of 312.41º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A93591 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 53 145 -
CMYK 0 0.69 0.14 0.34
HSL 312.41º 0.52% 0.44% -
HSV(B) 312.41º 0.69% 0.66% -
XYZ 22.75 13.03 28.1 -
YUV 98.17 154.43 178.52 -
System Red Green Blue C M Y K H S L
Decimal 169 53 145 0 0.69 0.14 0.34 312.41 0.52 0.44
Hex A9 35 91 0 45 E 22 138 34 2C
Octal 251 65 221 0 105 16 42 470 64 54
Binary 10101001 110101 10010001 0 1000101 1110 100010 100111000 110100 101100

Color Harmonies of #A93591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93591

Black with #A93591

Text Example


Text Example

White with #A93591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93591; }

 p { color: rgb(169,53,145); }

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

background-color css

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

 a { background-color: rgb(169,53,145); }

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

border-color css

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

 span { border-color: rgb(169,53,145); }

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