#AD2295

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

Shades of Medium Red Violet #AD2295

Tints of Medium Red Violet #AD2295

Color information

#AD2295 (or 0xAD2295) is unknown color: approx Medium Red Violet. HEX triplet: AD, 22 and 95. RGB value is (173,34,149). Sum of RGB (Red+Green+Blue) = 173+34+149=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2295 is #52DD6A. Grayscale: #585858. Windows color (decimal): -5430635 or 9773741. OLE color: 9773741.

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

Color convert

RGB17334149-
CMYK00.800.140.32
HSL310.36º67.15%40.59%-
HSV(B)310.36º80.35%67.84%-
XYZ23.2312.229.56-
YUV88.67162.05188.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.60%
GREEN value IS 34 (13.67% from 255) = 9.55%
BLUE value IS 149 (58.59% from 255) = 41.85%
R=48.60%
G=9.55%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733414900.800.140.32310.3667.1540.59
HexAD2295050E201364329
Octal255422250120164046610351
Binary10101101100010100101010101000011101000001001101101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2295; }

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

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

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

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

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

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

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

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