#A94494

Color #A94494 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A94494

Tints of Medium Red Violet #A94494

Color information

#A94494 (or 0xA94494) is unknown color: approx Medium Red Violet. HEX triplet: A9, 44 and 94. RGB value is (169,68,148). Sum of RGB (Red+Green+Blue) = 169+68+148=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A94494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94494 is #56BB6B. Grayscale: #6B6B6B. Windows color (decimal): -5684076 or 9716905. OLE color: 9716905.

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

Color convert

RGB16968148-
CMYK00.600.120.34
HSL312.48º42.62%46.47%-
HSV(B)312.48º59.76%66.27%-
XYZ23.7714.7129.6-
YUV107.32150.96172-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 68 (26.95% from 255) = 17.66%
BLUE value IS 148 (58.20% from 255) = 38.44%
R=43.90%
G=17.66%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696814800.600.120.34312.4842.6246.47
HexA9449403CC221382b2e
Octal25110422407414424705356
Binary1010100110001001001010001111001100100010100111000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94494; }

 p { color: rgb(169,68,148); }

 H1.HeaderClassName
 {
   color: #A94494;
 }
 .AnyTagClassName
 {
   color: #A94494;
 }
</style>
background-color css

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

 a { background-color: rgb(169,68,148); }

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

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

 span { border-color: rgb(169,68,148); }

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