#AD89CD

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

Shades of East Side #AD89CD

Tints of East Side #AD89CD

Color information

#AD89CD (or 0xAD89CD) is unknown color: approx East Side. HEX triplet: AD, 89 and CD. RGB value is (173,137,205). Sum of RGB (Red+Green+Blue) = 173+137+205=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD89CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89CD is #527632. Grayscale: #9B9B9B. Windows color (decimal): -5404211 or 13470125. OLE color: 13470125.

HSL color Cylindrical-coordinate representation of color #AD89CD: hue angle of 271.76º 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 #AD89CD is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173137205-
CMYK0.160.3300.20
HSL271.76º40.48%67.06%-
HSV(B)271.76º33.17%80.39%-
XYZ37.231.1861.82-
YUV155.52155.93140.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.59%
GREEN value IS 137 (53.91% from 255) = 26.60%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=33.59%
G=26.60%
B=39.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731372050.160.3300.20271.7640.4867.06
HexAD89CD10210141102843
Octal255211315204102442050103
Binary101011011000100111001101100001000010101001000100001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89CD; }

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

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

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

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

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

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

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

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