#AD84D0

Color #AD84D0 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AD84D0

Tints of East Side #AD84D0

Color information

#AD84D0 (or 0xAD84D0) is unknown color: approx East Side. HEX triplet: AD, 84 and D0. RGB value is (173,132,208). Sum of RGB (Red+Green+Blue) = 173+132+208=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD84D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84D0 is #527B2F. Grayscale: #989898. Windows color (decimal): -5405488 or 13665453. OLE color: 13665453.

HSL color Cylindrical-coordinate representation of color #AD84D0: hue angle of 272.37º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD84D0 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173132208-
CMYK0.170.3700.18
HSL272.37º44.71%66.67%-
HSV(B)272.37º36.54%81.57%-
XYZ36.8729.9463.51-
YUV152.92159.08142.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 132 (51.95% from 255) = 25.73%
BLUE value IS 208 (81.64% from 255) = 40.55%
R=33.72%
G=25.73%
B=40.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731322080.170.3700.18272.3744.7166.67
HexAD84D011250121102d43
Octal255204320214502242055103
Binary101011011000010011010000100011001010100101000100001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD84D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD84D0; }

 p { color: rgb(173,132,208); }

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

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

 a { background-color: rgb(173,132,208); }

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

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

 span { border-color: rgb(173,132,208); }

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