#AD84B7

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

Shades of East Side #AD84B7

Tints of East Side #AD84B7

Color information

#AD84B7 (or 0xAD84B7) is unknown color: approx East Side. HEX triplet: AD, 84 and B7. RGB value is (173,132,183). Sum of RGB (Red+Green+Blue) = 173+132+183=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD84B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84B7 is #527B48. Grayscale: #959595. Windows color (decimal): -5405513 or 12027053. OLE color: 12027053.

HSL color Cylindrical-coordinate representation of color #AD84B7: hue angle of 288.24º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD84B7 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB173132183-
CMYK0.050.2800.28
HSL288.24º26.15%61.76%-
HSV(B)288.24º27.87%71.76%-
XYZ34.0328.8148.57-
YUV150.07146.58144.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 132 (51.95% from 255) = 27.05%
BLUE value IS 183 (71.88% from 255) = 37.5%
R=35.45%
G=27.05%
B=37.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731321830.050.2800.28288.2426.1561.76
HexAD84B751C01C1201a3e
Octal2552042675340344403276
Binary1010110110000100101101111011110001110010010000011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD84B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD84B7; }

 p { color: rgb(173,132,183); }

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

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

 a { background-color: rgb(173,132,183); }

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

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

 span { border-color: rgb(173,132,183); }

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