#A8428B

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

Shades of Medium Red Violet #A8428B

Tints of Medium Red Violet #A8428B

Color information

#A8428B (or 0xA8428B) is unknown color: approx Medium Red Violet. HEX triplet: A8, 42 and 8B. RGB value is (168,66,139). Sum of RGB (Red+Green+Blue) = 168+66+139=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A8428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8428B is #57BD74. Grayscale: #686868. Windows color (decimal): -5750133 or 9126568. OLE color: 9126568.

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

Color convert

RGB16866139-
CMYK00.610.170.34
HSL317.06º43.59%45.88%-
HSV(B)317.06º60.71%65.88%-
XYZ22.7614.0925.95-
YUV104.82147.29173.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.04%
GREEN value IS 66 (26.17% from 255) = 17.69%
BLUE value IS 139 (54.69% from 255) = 37.27%
R=45.04%
G=17.69%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686613900.610.170.34317.0643.5945.88
HexA8428B03D112213d2c2e
Octal25010221307521424755456
Binary10101000100001010001011011110110001100010100111101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8428B; }

 p { color: rgb(168,66,139); }

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

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

 a { background-color: rgb(168,66,139); }

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

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

 span { border-color: rgb(168,66,139); }

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