Html Css Color HEX #A93089 Medium Red Violet

📋 copy color: '#A93089'

red 169 ◦ green 48 ◦ blue 137

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

Shades of Medium Red Violet #A93089

Tints of Medium Red Violet #A93089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.7%

R = 47.74%
G = 13.56%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#A93089 (or 0xA93089) is known color: Medium Red Violet. HEX triplet: A9, 30 and 89. RGB value is (169,48,137). Sum of RGB (Red+Green+Blue) = 169+48+137=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A93089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93089 is #56CF76. Grayscale: #5E5E5E. Windows color (decimal): -5689207 or 8990889. OLE color: 8990889.

HSL color Cylindrical-coordinate representation of color #A93089: hue angle of 315.87º 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 #A93089 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 48 137 -
CMYK 0 0.72 0.19 0.34
HSL 315.87º 0.56% 0.43% -
HSV(B) 315.87º 0.72% 0.66% -
XYZ 21.93 12.36 24.9 -
YUV 94.33 152.09 181.26 -
System Red Green Blue C M Y K H S L
Decimal 169 48 137 0 0.72 0.19 0.34 315.87 0.56 0.43
Hex A9 30 89 0 48 13 22 13C 38 2B
Octal 251 60 211 0 110 23 42 474 70 53
Binary 10101001 110000 10001001 0 1001000 10011 100010 100111100 111000 101011

Color Harmonies of #A93089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93089

Black with #A93089

Text Example


Text Example

White with #A93089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93089; }

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

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

background-color css

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

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

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

border-color css

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

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

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