#A84291

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

Shades of Medium Red Violet #A84291

Tints of Medium Red Violet #A84291

Color information

#A84291 (or 0xA84291) is unknown color: approx Medium Red Violet. HEX triplet: A8, 42 and 91. RGB value is (168,66,145). Sum of RGB (Red+Green+Blue) = 168+66+145=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A84291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84291 is #57BD6E. Grayscale: #696969. Windows color (decimal): -5750127 or 9519784. OLE color: 9519784.

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

Color convert

RGB16866145-
CMYK00.610.140.34
HSL313.53º43.59%45.88%-
HSV(B)313.53º60.71%65.88%-
XYZ23.2114.2728.32-
YUV105.5150.29172.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.33%
GREEN value IS 66 (26.17% from 255) = 17.41%
BLUE value IS 145 (57.03% from 255) = 38.26%
R=44.33%
G=17.41%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686614500.610.140.34313.5343.5945.88
HexA8429103DE2213a2c2e
Octal25010222107516424725456
Binary1010100010000101001000101111011110100010100111010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84291; }

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

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

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

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

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

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

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

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