#AD88CF

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

Shades of East Side #AD88CF

Tints of East Side #AD88CF

Color information

#AD88CF (or 0xAD88CF) is unknown color: approx East Side. HEX triplet: AD, 88 and CF. RGB value is (173,136,207). Sum of RGB (Red+Green+Blue) = 173+136+207=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD88CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD88CF is #527730. Grayscale: #9A9A9A. Windows color (decimal): -5404465 or 13600941. OLE color: 13600941.

HSL color Cylindrical-coordinate representation of color #AD88CF: hue angle of 271.27º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD88CF is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173136207-
CMYK0.160.3400.19
HSL271.27º42.51%67.25%-
HSV(B)271.27º34.3%81.18%-
XYZ37.33163.05-
YUV155.16157.26140.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 136 (53.52% from 255) = 26.36%
BLUE value IS 207 (81.25% from 255) = 40.12%
R=33.53%
G=26.36%
B=40.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731362070.160.3400.19271.2742.5167.25
HexAD88CF102201310f2b43
Octal255210317204202341753103
Binary101011011000100011001111100001000100100111000011111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD88CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD88CF; }

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

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

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

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

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

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

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

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