#AD4DDA

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

Shades of Medium Orchid #AD4DDA

Tints of Medium Orchid #AD4DDA

Color information

#AD4DDA (or 0xAD4DDA) is unknown color: approx Medium Orchid. HEX triplet: AD, 4D and DA. RGB value is (173,77,218). Sum of RGB (Red+Green+Blue) = 173+77+218=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD4DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4DDA is #52B225. Grayscale: #797979. Windows color (decimal): -5419558 or 14306733. OLE color: 14306733.

HSL color Cylindrical-coordinate representation of color #AD4DDA: hue angle of 280.85º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD4DDA is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17377218-
CMYK0.210.6500.15
HSL280.85º65.58%57.84%-
HSV(B)280.85º64.68%85.49%-
XYZ32.5419.2568.33-
YUV121.78182.3164.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 77 (30.47% from 255) = 16.45%
BLUE value IS 218 (85.55% from 255) = 46.58%
R=36.97%
G=16.45%
B=46.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal173772180.210.6500.15280.8565.5857.84
HexAD4DDA15410F119423a
Octal2551153322510101743110272
Binary10101101100110111011010101011000001011111000110011000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4DDA; }

 p { color: rgb(173,77,218); }

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

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

 a { background-color: rgb(173,77,218); }

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

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

 span { border-color: rgb(173,77,218); }

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