#A9427E

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

Shades of Medium Red Violet #A9427E

Tints of Medium Red Violet #A9427E

Color information

#A9427E (or 0xA9427E) is unknown color: approx Medium Red Violet. HEX triplet: A9, 42 and 7E. RGB value is (169,66,126). Sum of RGB (Red+Green+Blue) = 169+66+126=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A9427E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9427E is #56BD81. Grayscale: #676767. Windows color (decimal): -5684610 or 8274601. OLE color: 8274601.

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

Color convert

RGB16966126-
CMYK00.610.250.34
HSL325.05º43.83%46.08%-
HSV(B)325.05º60.95%66.27%-
XYZ22.0813.8421.25-
YUV103.64140.62174.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.81%
GREEN value IS 66 (26.17% from 255) = 18.28%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=46.81%
G=18.28%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696612600.610.250.34325.0543.8346.08
HexA9427E03D19221452c2e
Octal25110217607531425055456
Binary1010100110000101111110011110111001100010101000101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9427E; }

 p { color: rgb(169,66,126); }

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

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

 a { background-color: rgb(169,66,126); }

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

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

 span { border-color: rgb(169,66,126); }

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