#AD5FD4

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

Shades of Medium Orchid #AD5FD4

Tints of Medium Orchid #AD5FD4

Color information

#AD5FD4 (or 0xAD5FD4) is unknown color: approx Medium Orchid. HEX triplet: AD, 5F and D4. RGB value is (173,95,212). Sum of RGB (Red+Green+Blue) = 173+95+212=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 95 (37.5% from 255 or 19.79% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD5FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5FD4 is #52A02B. Grayscale: #838383. Windows color (decimal): -5414956 or 13918125. OLE color: 13918125.

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

Color convert

RGB17395212-
CMYK0.180.5500.17
HSL280º57.64%60.2%-
HSV(B)280º55.19%83.14%-
XYZ33.2121.8264.75-
YUV131.66173.34157.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.04%
GREEN value IS 95 (37.5% from 255) = 19.79%
BLUE value IS 212 (83.20% from 255) = 44.17%
R=36.04%
G=19.79%
B=44.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal173952120.180.5500.1728057.6460.2
HexAD5FD412370111183a3c
Octal25513732422670214307274
Binary1010110110111111101010010010110111010001100011000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5FD4; }

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

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

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

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

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

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

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

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