#AD229E

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

Shades of Medium Red Violet #AD229E

Tints of Medium Red Violet #AD229E

Color information

#AD229E (or 0xAD229E) is unknown color: approx Medium Red Violet. HEX triplet: AD, 22 and 9E. RGB value is (173,34,158). Sum of RGB (Red+Green+Blue) = 173+34+158=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD229E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD229E is #52DD61. Grayscale: #595959. Windows color (decimal): -5430626 or 10363565. OLE color: 10363565.

HSL color Cylindrical-coordinate representation of color #AD229E: hue angle of 306.47º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD229E is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB17334158-
CMYK00.800.090.32
HSL306.47º67.15%40.59%-
HSV(B)306.47º80.35%67.84%-
XYZ23.9812.533.5-
YUV89.7166.55187.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.40%
GREEN value IS 34 (13.67% from 255) = 9.32%
BLUE value IS 158 (62.11% from 255) = 43.29%
R=47.40%
G=9.32%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733415800.800.090.32306.4767.1540.59
HexAD229E0509201324329
Octal255422360120114046210351
Binary10101101100010100111100101000010011000001001100101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD229E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD229E; }

 p { color: rgb(173,34,158); }

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

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

 a { background-color: rgb(173,34,158); }

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

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

 span { border-color: rgb(173,34,158); }

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