#A9268E

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

Shades of Medium Red Violet #A9268E

Tints of Medium Red Violet #A9268E

Color information

#A9268E (or 0xA9268E) is unknown color: approx Medium Red Violet. HEX triplet: A9, 26 and 8E. RGB value is (169,38,142). Sum of RGB (Red+Green+Blue) = 169+38+142=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A9268E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9268E is #56D971. Grayscale: #585858. Windows color (decimal): -5691762 or 9316009. OLE color: 9316009.

HSL color Cylindrical-coordinate representation of color #A9268E: hue angle of 312.37º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A9268E is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB16938142-
CMYK00.780.160.34
HSL312.37º63.29%40.59%-
HSV(B)312.37º77.51%66.27%-
XYZ21.9411.7726.71-
YUV89.02157.9185.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 38 (15.23% from 255) = 10.89%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=48.42%
G=10.89%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1693814200.780.160.34312.3763.2940.59
HexA9268E04E10221383f29
Octal25146216011620424707751
Binary10101001100110100011100100111010000100010100111000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9268E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9268E; }

 p { color: rgb(169,38,142); }

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

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

 a { background-color: rgb(169,38,142); }

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

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

 span { border-color: rgb(169,38,142); }

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