#AD58D4

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

Shades of Medium Orchid #AD58D4

Tints of Medium Orchid #AD58D4

Color information

#AD58D4 (or 0xAD58D4) is unknown color: approx Medium Orchid. HEX triplet: AD, 58 and D4. RGB value is (173,88,212). Sum of RGB (Red+Green+Blue) = 173+88+212=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD58D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD58D4 is #52A72B. Grayscale: #7F7F7F. Windows color (decimal): -5416748 or 13916333. OLE color: 13916333.

HSL color Cylindrical-coordinate representation of color #AD58D4: hue angle of 281.13º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD58D4 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17388212-
CMYK0.180.5800.17
HSL281.13º59.05%58.82%-
HSV(B)281.13º58.49%83.14%-
XYZ32.6120.6264.55-
YUV127.55175.66160.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.58%
GREEN value IS 88 (34.77% from 255) = 18.60%
BLUE value IS 212 (83.20% from 255) = 44.82%
R=36.58%
G=18.60%
B=44.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal173882120.180.5800.17281.1359.0558.82
HexAD58D4123A0111193b3b
Octal25513032422720214317373
Binary1010110110110001101010010010111010010001100011001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD58D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD58D4; }

 p { color: rgb(173,88,212); }

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

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

 a { background-color: rgb(173,88,212); }

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

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

 span { border-color: rgb(173,88,212); }

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