#AD3D8B

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

Shades of Medium Red Violet #AD3D8B

Tints of Medium Red Violet #AD3D8B

Color information

#AD3D8B (or 0xAD3D8B) is unknown color: approx Medium Red Violet. HEX triplet: AD, 3D and 8B. RGB value is (173,61,139). Sum of RGB (Red+Green+Blue) = 173+61+139=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3D8B is #52C274. Grayscale: #676767. Windows color (decimal): -5423733 or 9125293. OLE color: 9125293.

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

Color convert

RGB17361139-
CMYK00.650.200.32
HSL318.21º47.86%45.88%-
HSV(B)318.21º64.74%67.84%-
XYZ23.5614.0925.9-
YUV103.38148.11177.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.38%
GREEN value IS 61 (24.22% from 255) = 16.35%
BLUE value IS 139 (54.69% from 255) = 37.27%
R=46.38%
G=16.35%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736113900.650.200.32318.2147.8645.88
HexAD3D8B041142013e302e
Octal25575213010124404766056
Binary10101101111101100010110100000110100100000100111110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3D8B; }

 p { color: rgb(173,61,139); }

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

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

 a { background-color: rgb(173,61,139); }

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

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

 span { border-color: rgb(173,61,139); }

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