#A8249E

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

Shades of Medium Red Violet #A8249E

Tints of Medium Red Violet #A8249E

Color information

#A8249E (or 0xA8249E) is unknown color: approx Medium Red Violet. HEX triplet: A8, 24 and 9E. RGB value is (168,36,158). Sum of RGB (Red+Green+Blue) = 168+36+158=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A8249E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8249E is #57DB61. Grayscale: #595959. Windows color (decimal): -5757794 or 10364072. OLE color: 10364072.

HSL color Cylindrical-coordinate representation of color #A8249E: hue angle of 304.55º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8249E is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB16836158-
CMYK00.790.060.34
HSL304.55º64.71%40%-
HSV(B)304.55º78.57%65.88%-
XYZ22.9512.0633.46-
YUV89.38166.73184.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.41%
GREEN value IS 36 (14.45% from 255) = 9.94%
BLUE value IS 158 (62.11% from 255) = 43.65%
R=46.41%
G=9.94%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1683615800.790.060.34304.5564.7140
HexA8249E04F6221314128
Octal25044236011764246110150
Binary1010100010010010011110010011111101000101001100011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8249E; }

 p { color: rgb(168,36,158); }

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

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

 a { background-color: rgb(168,36,158); }

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

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

 span { border-color: rgb(168,36,158); }

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