#AD7FBB

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

Shades of East Side #AD7FBB

Tints of East Side #AD7FBB

Color information

#AD7FBB (or 0xAD7FBB) is unknown color: approx East Side. HEX triplet: AD, 7F and BB. RGB value is (173,127,187). Sum of RGB (Red+Green+Blue) = 173+127+187=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD7FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7FBB is #528044. Grayscale: #939393. Windows color (decimal): -5406789 or 12287917. OLE color: 12287917.

HSL color Cylindrical-coordinate representation of color #AD7FBB: hue angle of 286º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD7FBB is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173127187-
CMYK0.070.3200.27
HSL286º30.61%61.57%-
HSV(B)286º32.09%73.33%-
XYZ33.7927.6550.57-
YUV147.59150.24146.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 127 (50% from 255) = 26.08%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=35.52%
G=26.08%
B=38.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731271870.070.3200.2728630.6161.57
HexAD7FBB72001B11e1f3e
Octal2551772737400334363776
Binary1010110111111111011101111110000001101110001111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7FBB; }

 p { color: rgb(173,127,187); }

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

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

 a { background-color: rgb(173,127,187); }

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

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

 span { border-color: rgb(173,127,187); }

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