Html Css Color HEX #A93095 Medium Red Violet

📋 copy color: '#A93095'

red 169 ◦ green 48 ◦ blue 149

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

Shades of Medium Red Violet #A93095

Tints of Medium Red Violet #A93095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.11%

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

R = 46.17%
G = 13.11%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A93095 (or 0xA93095) is known color: Medium Red Violet. HEX triplet: A9, 30 and 95. RGB value is (169,48,149). Sum of RGB (Red+Green+Blue) = 169+48+149=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A93095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93095 is #56CF6A. Grayscale: #5F5F5F. Windows color (decimal): -5689195 or 9777321. OLE color: 9777321.

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

Color convert

RGB 169 48 149 -
CMYK 0 0.72 0.12 0.34
HSL 309.92º 0.56% 0.43% -
HSV(B) 309.92º 0.72% 0.66% -
XYZ 22.84 12.72 29.68 -
YUV 95.69 158.09 180.29 -
System Red Green Blue C M Y K H S L
Decimal 169 48 149 0 0.72 0.12 0.34 309.92 0.56 0.43
Hex A9 30 95 0 48 C 22 136 38 2B
Octal 251 60 225 0 110 14 42 466 70 53
Binary 10101001 110000 10010101 0 1001000 1100 100010 100110110 111000 101011

Color Harmonies of #A93095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93095

Black with #A93095

Text Example


Text Example

White with #A93095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93095; }

 p { color: rgb(169,48,149); }

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

background-color css

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

 a { background-color: rgb(169,48,149); }

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

border-color css

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

 span { border-color: rgb(169,48,149); }

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