#A94495

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

Shades of Medium Red Violet #A94495

Tints of Medium Red Violet #A94495

Color information

#A94495 (or 0xA94495) is unknown color: approx Medium Red Violet. HEX triplet: A9, 44 and 95. RGB value is (169,68,149). Sum of RGB (Red+Green+Blue) = 169+68+149=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A94495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94495 is #56BB6A. Grayscale: #6B6B6B. Windows color (decimal): -5684075 or 9782441. OLE color: 9782441.

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

Color convert

RGB16968149-
CMYK00.600.120.34
HSL311.88º42.62%46.47%-
HSV(B)311.88º59.76%66.27%-
XYZ23.8514.7430.02-
YUV107.43151.46171.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.78%
GREEN value IS 68 (26.95% from 255) = 17.62%
BLUE value IS 149 (58.59% from 255) = 38.60%
R=43.78%
G=17.62%
B=38.60%

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
Decimal1696814900.600.120.34311.8842.6246.47
HexA9449503CC221382b2e
Octal25110422507414424705356
Binary1010100110001001001010101111001100100010100111000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94495; }

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

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

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

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

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

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

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

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