Html Css Color HEX #A93185 Medium Red Violet

📋 copy color: '#A93185'

red 169 ◦ green 49 ◦ blue 133

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

Shades of Medium Red Violet #A93185

Tints of Medium Red Violet #A93185

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.96%

 BLUE value IS 133 (52.34% from 255) = 37.89%

R = 48.15%
G = 13.96%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A93185 (or 0xA93185) is known color: Medium Red Violet. HEX triplet: A9, 31 and 85. RGB value is (169,49,133). Sum of RGB (Red+Green+Blue) = 169+49+133=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A93185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93185 is #56CE7A. Grayscale: #5E5E5E. Windows color (decimal): -5688955 or 8729001. OLE color: 8729001.

HSL color Cylindrical-coordinate representation of color #A93185: hue angle of 318º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A93185 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 49 133 -
CMYK 0 0.71 0.21 0.34
HSL 318º 0.55% 0.43% -
HSV(B) 318º 0.71% 0.66% -
XYZ 21.69 12.33 23.43 -
YUV 94.46 149.76 181.17 -
System Red Green Blue C M Y K H S L
Decimal 169 49 133 0 0.71 0.21 0.34 318 0.55 0.43
Hex A9 31 85 0 47 15 22 13E 37 2B
Octal 251 61 205 0 107 25 42 476 67 53
Binary 10101001 110001 10000101 0 1000111 10101 100010 100111110 110111 101011

Color Harmonies of #A93185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93185

Black with #A93185

Text Example


Text Example

White with #A93185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93185; }

 p { color: rgb(169,49,133); }

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

background-color css

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

 a { background-color: rgb(169,49,133); }

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

border-color css

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

 span { border-color: rgb(169,49,133); }

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