#AD158A

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

Shades of Medium Violet Red #AD158A

Tints of Medium Violet Red #AD158A

Color information

#AD158A (or 0xAD158A) is unknown color: approx Medium Violet Red. HEX triplet: AD, 15 and 8A. RGB value is (173,21,138). Sum of RGB (Red+Green+Blue) = 173+21+138=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD158A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD158A is #52EA75. Grayscale: #4F4F4F. Windows color (decimal): -5433974 or 9049517. OLE color: 9049517.

HSL color Cylindrical-coordinate representation of color #AD158A: hue angle of 313.82º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD158A is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB17321138-
CMYK00.880.200.32
HSL313.82º78.35%38.04%-
HSV(B)313.82º87.86%67.84%-
XYZ22.0911.2625.05-
YUV79.79160.86194.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.11%
GREEN value IS 21 (8.59% from 255) = 6.33%
BLUE value IS 138 (54.30% from 255) = 41.57%
R=52.11%
G=6.33%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732113800.880.200.32313.8278.3538.04
HexAD158A058142013a4e26
Octal255252120130244047211646
Binary10101101101011000101001011000101001000001001110101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD158A; }

 p { color: rgb(173,21,138); }

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

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

 a { background-color: rgb(173,21,138); }

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

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

 span { border-color: rgb(173,21,138); }

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