#AD89CC

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

Shades of East Side #AD89CC

Tints of East Side #AD89CC

Color information

#AD89CC (or 0xAD89CC) is unknown color: approx East Side. HEX triplet: AD, 89 and CC. RGB value is (173,137,204). Sum of RGB (Red+Green+Blue) = 173+137+204=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD89CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89CC is #527633. Grayscale: #9B9B9B. Windows color (decimal): -5404212 or 13404589. OLE color: 13404589.

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

Color convert

RGB173137204-
CMYK0.150.3300.2
HSL272.24º39.64%66.86%-
HSV(B)272.24º32.84%80%-
XYZ37.0831.1461.18-
YUV155.4155.43140.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 137 (53.91% from 255) = 26.65%
BLUE value IS 204 (80.08% from 255) = 39.69%
R=33.66%
G=26.65%
B=39.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731372040.150.3300.2272.2439.6466.86
HexAD89CCF210141102843
Octal255211314174102442050103
Binary10101101100010011100110011111000010101001000100001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89CC; }

 p { color: rgb(173,137,204); }

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

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

 a { background-color: rgb(173,137,204); }

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

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

 span { border-color: rgb(173,137,204); }

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