#AD44CB

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

Shades of Medium Orchid #AD44CB

Tints of Medium Orchid #AD44CB

Color information

#AD44CB (or 0xAD44CB) is unknown color: approx Medium Orchid. HEX triplet: AD, 44 and CB. RGB value is (173,68,203). Sum of RGB (Red+Green+Blue) = 173+68+203=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD44CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD44CB is #52BB34. Grayscale: #727272. Windows color (decimal): -5421877 or 13321389. OLE color: 13321389.

HSL color Cylindrical-coordinate representation of color #AD44CB: hue angle of 286.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD44CB is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17368203-
CMYK0.150.6700.20
HSL286.67º56.49%53.14%-
HSV(B)286.67º66.5%79.61%-
XYZ30.0817.3358.26-
YUV114.78177.79169.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 68 (26.95% from 255) = 15.32%
BLUE value IS 203 (79.69% from 255) = 45.72%
R=38.96%
G=15.32%
B=45.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal173682030.150.6700.20286.6756.4953.14
HexAD44CBF4301411f3835
Octal255104313171030244377065
Binary1010110110001001100101111111000011010100100011111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD44CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD44CB; }

 p { color: rgb(173,68,203); }

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

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

 a { background-color: rgb(173,68,203); }

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

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

 span { border-color: rgb(173,68,203); }

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