#AD88C0

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

Shades of East Side #AD88C0

Tints of East Side #AD88C0

Color information

#AD88C0 (or 0xAD88C0) is unknown color: approx East Side. HEX triplet: AD, 88 and C0. RGB value is (173,136,192). Sum of RGB (Red+Green+Blue) = 173+136+192=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD88C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD88C0 is #52773F. Grayscale: #999999. Windows color (decimal): -5404480 or 12617901. OLE color: 12617901.

HSL color Cylindrical-coordinate representation of color #AD88C0: hue angle of 279.64º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD88C0 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173136192-
CMYK0.100.2900.25
HSL279.64º30.77%64.31%-
HSV(B)279.64º29.17%75.29%-
XYZ35.5530.353.84-
YUV153.45149.76141.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 136 (53.52% from 255) = 27.15%
BLUE value IS 192 (75.39% from 255) = 38.32%
R=34.53%
G=27.15%
B=38.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731361920.100.2900.25279.6430.7764.31
HexAD88C0A1D0191181f40
Octal255210300123503143037100
Binary101011011000100011000000101011101011001100011000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD88C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD88C0; }

 p { color: rgb(173,136,192); }

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

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

 a { background-color: rgb(173,136,192); }

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

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

 span { border-color: rgb(173,136,192); }

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