Html Css Color HEX #A93290 Medium Red Violet

📋 copy color: '#A93290'

red 169 ◦ green 50 ◦ blue 144

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

Shades of Medium Red Violet #A93290

Tints of Medium Red Violet #A93290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.77%

 BLUE value IS 144 (56.64% from 255) = 39.67%

R = 46.56%
G = 13.77%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A93290 (or 0xA93290) is known color: Medium Red Violet. HEX triplet: A9, 32 and 90. RGB value is (169,50,144). Sum of RGB (Red+Green+Blue) = 169+50+144=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A93290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93290 is #56CD6F. Grayscale: #606060. Windows color (decimal): -5688688 or 9450153. OLE color: 9450153.

HSL color Cylindrical-coordinate representation of color #A93290: hue angle of 312.61º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A93290 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 50 144 -
CMYK 0 0.70 0.15 0.34
HSL 312.61º 0.54% 0.43% -
HSV(B) 312.61º 0.7% 0.66% -
XYZ 22.54 12.73 27.65 -
YUV 96.3 154.92 179.86 -
System Red Green Blue C M Y K H S L
Decimal 169 50 144 0 0.70 0.15 0.34 312.61 0.54 0.43
Hex A9 32 90 0 46 F 22 139 36 2B
Octal 251 62 220 0 106 17 42 471 66 53
Binary 10101001 110010 10010000 0 1000110 1111 100010 100111001 110110 101011

Color Harmonies of #A93290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93290

Black with #A93290

Text Example


Text Example

White with #A93290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93290; }

 p { color: rgb(169,50,144); }

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

background-color css

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

 a { background-color: rgb(169,50,144); }

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

border-color css

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

 span { border-color: rgb(169,50,144); }

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