#AD2595

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

Shades of Medium Red Violet #AD2595

Tints of Medium Red Violet #AD2595

Color information

#AD2595 (or 0xAD2595) is unknown color: approx Medium Red Violet. HEX triplet: AD, 25 and 95. RGB value is (173,37,149). Sum of RGB (Red+Green+Blue) = 173+37+149=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2595 is #52DA6A. Grayscale: #5A5A5A. Windows color (decimal): -5429867 or 9774509. OLE color: 9774509.

HSL color Cylindrical-coordinate representation of color #AD2595: hue angle of 310.59º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2595 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB17337149-
CMYK00.790.140.32
HSL310.59º64.76%41.18%-
HSV(B)310.59º78.61%67.84%-
XYZ23.3212.3829.59-
YUV90.43161.06186.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.19%
GREEN value IS 37 (14.84% from 255) = 10.31%
BLUE value IS 149 (58.59% from 255) = 41.50%
R=48.19%
G=10.31%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733714900.790.140.32310.5964.7641.18
HexAD259504FE201374129
Octal255452250117164046710151
Binary10101101100101100101010100111111101000001001101111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2595; }

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

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

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

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

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

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

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

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