Html Css Color HEX #A9458C Medium Red Violet

📋 copy color: '#A9458C'

red 169 ◦ green 69 ◦ blue 140

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

Shades of Medium Red Violet #A9458C

Tints of Medium Red Violet #A9458C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.25%

 BLUE value IS 140 (55.08% from 255) = 37.04%

R = 44.71%
G = 18.25%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A9458C (or 0xA9458C) is known color: Medium Red Violet. HEX triplet: A9, 45 and 8C. RGB value is (169,69,140). Sum of RGB (Red+Green+Blue) = 169+69+140=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A9458C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9458C is #56BA73. Grayscale: #6A6A6A. Windows color (decimal): -5683828 or 9192873. OLE color: 9192873.

HSL color Cylindrical-coordinate representation of color #A9458C: hue angle of 317.4º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A9458C is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 69 140 -
CMYK 0 0.59 0.17 0.34
HSL 317.4º 0.42% 0.47% -
HSV(B) 317.4º 0.59% 0.66% -
XYZ 23.22 14.58 26.4 -
YUV 106.99 146.63 172.23 -
System Red Green Blue C M Y K H S L
Decimal 169 69 140 0 0.59 0.17 0.34 317.4 0.42 0.47
Hex A9 45 8C 0 3B 11 22 13D 2A 2F
Octal 251 105 214 0 73 21 42 475 52 57
Binary 10101001 1000101 10001100 0 111011 10001 100010 100111101 101010 101111

Color Harmonies of #A9458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9458C

Black with #A9458C

Text Example


Text Example

White with #A9458C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9458C; }

 p { color: rgb(169,69,140); }

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

background-color css

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

 a { background-color: rgb(169,69,140); }

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

border-color css

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

 span { border-color: rgb(169,69,140); }

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