#A8289D

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

Shades of Medium Red Violet #A8289D

Tints of Medium Red Violet #A8289D

Color information

#A8289D (or 0xA8289D) is unknown color: approx Medium Red Violet. HEX triplet: A8, 28 and 9D. RGB value is (168,40,157). Sum of RGB (Red+Green+Blue) = 168+40+157=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A8289D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8289D is #57D762. Grayscale: #5B5B5B. Windows color (decimal): -5756771 or 10299560. OLE color: 10299560.

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

Color convert

RGB16840157-
CMYK00.760.070.34
HSL305.16º61.54%40.78%-
HSV(B)305.16º76.19%65.88%-
XYZ22.9912.2833.06-
YUV91.61164.91182.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.03%
GREEN value IS 40 (16.02% from 255) = 10.96%
BLUE value IS 157 (61.72% from 255) = 43.01%
R=46.03%
G=10.96%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684015700.760.070.34305.1661.5440.78
HexA8289D04C7221313e29
Octal2505023501147424617651
Binary101010001010001001110101001100111100010100110001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8289D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8289D; }

 p { color: rgb(168,40,157); }

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

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

 a { background-color: rgb(168,40,157); }

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

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

 span { border-color: rgb(168,40,157); }

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