Html Css Color HEX #A94097 Medium Red Violet

📋 copy color: '#A94097'

red 169 ◦ green 64 ◦ blue 151

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

Shades of Medium Red Violet #A94097

Tints of Medium Red Violet #A94097

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.67%

 BLUE value IS 151 (59.38% from 255) = 39.32%

R = 44.01%
G = 16.67%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A94097 (or 0xA94097) is known color: Medium Red Violet. HEX triplet: A9, 40 and 97. RGB value is (169,64,151). Sum of RGB (Red+Green+Blue) = 169+64+151=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A94097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94097 is #56BF68. Grayscale: #696969. Windows color (decimal): -5685097 or 9912489. OLE color: 9912489.

HSL color Cylindrical-coordinate representation of color #A94097: hue angle of 310.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A94097 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 64 151 -
CMYK 0 0.62 0.11 0.34
HSL 310.29º 0.45% 0.46% -
HSV(B) 310.29º 0.62% 0.66% -
XYZ 23.78 14.34 30.79 -
YUV 105.31 153.79 173.43 -
System Red Green Blue C M Y K H S L
Decimal 169 64 151 0 0.62 0.11 0.34 310.29 0.45 0.46
Hex A9 40 97 0 3E B 22 136 2D 2E
Octal 251 100 227 0 76 13 42 466 55 56
Binary 10101001 1000000 10010111 0 111110 1011 100010 100110110 101101 101110

Color Harmonies of #A94097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94097

Black with #A94097

Text Example


Text Example

White with #A94097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94097; }

 p { color: rgb(169,64,151); }

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

background-color css

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

 a { background-color: rgb(169,64,151); }

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

border-color css

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

 span { border-color: rgb(169,64,151); }

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