#A9338F

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

Shades of Medium Red Violet #A9338F

Tints of Medium Red Violet #A9338F

Color information

#A9338F (or 0xA9338F) is unknown color: approx Medium Red Violet. HEX triplet: A9, 33 and 8F. RGB value is (169,51,143). Sum of RGB (Red+Green+Blue) = 169+51+143=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A9338F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9338F is #56CC70. Grayscale: #606060. Windows color (decimal): -5688433 or 9384873. OLE color: 9384873.

HSL color Cylindrical-coordinate representation of color #A9338F: hue angle of 313.22º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A9338F is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB16951143-
CMYK00.700.150.34
HSL313.22º53.64%43.14%-
HSV(B)313.22º69.82%66.27%-
XYZ22.512.7927.27-
YUV96.77154.09179.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 51 (20.31% from 255) = 14.05%
BLUE value IS 143 (56.25% from 255) = 39.39%
R=46.56%
G=14.05%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695114300.700.150.34313.2253.6443.14
HexA9338F046F22139362b
Octal25163217010617424716653
Binary1010100111001110001111010001101111100010100111001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9338F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9338F; }

 p { color: rgb(169,51,143); }

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

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

 a { background-color: rgb(169,51,143); }

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

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

 span { border-color: rgb(169,51,143); }

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