#AD227D

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

Shades of Medium Red Violet #AD227D

Tints of Medium Red Violet #AD227D

Color information

#AD227D (or 0xAD227D) is unknown color: approx Medium Red Violet. HEX triplet: AD, 22 and 7D. RGB value is (173,34,125). Sum of RGB (Red+Green+Blue) = 173+34+125=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD227D is #52DD82. Grayscale: #555555. Windows color (decimal): -5430659 or 8200877. OLE color: 8200877.

HSL color Cylindrical-coordinate representation of color #AD227D: hue angle of 320.72º 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 #AD227D is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB17334125-
CMYK00.800.280.32
HSL320.72º67.15%40.59%-
HSV(B)320.72º80.35%67.84%-
XYZ21.5111.5120.49-
YUV85.94150.05190.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.11%
GREEN value IS 34 (13.67% from 255) = 10.24%
BLUE value IS 125 (49.22% from 255) = 37.65%
R=52.11%
G=10.24%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733412500.800.280.32320.7267.1540.59
HexAD227D0501C201414329
Octal255421750120344050110351
Binary10101101100010111110101010000111001000001010000011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD227D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD227D; }

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

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

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

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

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

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

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

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