#AD88CA

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

Shades of East Side #AD88CA

Tints of East Side #AD88CA

Color information

#AD88CA (or 0xAD88CA) is unknown color: approx East Side. HEX triplet: AD, 88 and CA. RGB value is (173,136,202). Sum of RGB (Red+Green+Blue) = 173+136+202=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD88CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD88CA is #527735. Grayscale: #9A9A9A. Windows color (decimal): -5404470 or 13273261. OLE color: 13273261.

HSL color Cylindrical-coordinate representation of color #AD88CA: hue angle of 273.64º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD88CA is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173136202-
CMYK0.140.3300.21
HSL273.64º38.37%66.27%-
HSV(B)273.64º32.67%79.22%-
XYZ36.730.7659.88-
YUV154.59154.76141.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.86%
GREEN value IS 136 (53.52% from 255) = 26.61%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=33.86%
G=26.61%
B=39.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731362020.140.3300.21273.6438.3766.27
HexAD88CAE210151122642
Octal255210312164102542246102
Binary10101101100010001100101011101000010101011000100101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD88CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD88CA; }

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

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

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

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

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

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

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

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