#AD338B

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

Shades of Medium Red Violet #AD338B

Tints of Medium Red Violet #AD338B

Color information

#AD338B (or 0xAD338B) is unknown color: approx Medium Red Violet. HEX triplet: AD, 33 and 8B. RGB value is (173,51,139). Sum of RGB (Red+Green+Blue) = 173+51+139=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD338B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD338B is #52CC74. Grayscale: #616161. Windows color (decimal): -5426293 or 9122733. OLE color: 9122733.

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

Color convert

RGB17351139-
CMYK00.710.200.32
HSL316.72º54.46%43.92%-
HSV(B)316.72º70.52%67.84%-
XYZ23.0813.1225.74-
YUV97.51151.42181.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.66%
GREEN value IS 51 (20.31% from 255) = 14.05%
BLUE value IS 139 (54.69% from 255) = 38.29%
R=47.66%
G=14.05%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735113900.710.200.32316.7254.4643.92
HexAD338B047142013d362c
Octal25563213010724404756654
Binary10101101110011100010110100011110100100000100111101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD338B; }

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

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

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

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

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

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

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

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