#AD7AB4

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

Shades of East Side #AD7AB4

Tints of East Side #AD7AB4

Color information

#AD7AB4 (or 0xAD7AB4) is unknown color: approx East Side. HEX triplet: AD, 7A and B4. RGB value is (173,122,180). Sum of RGB (Red+Green+Blue) = 173+122+180=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD7AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7AB4 is #52854B. Grayscale: #8F8F8F. Windows color (decimal): -5408076 or 11827885. OLE color: 11827885.

HSL color Cylindrical-coordinate representation of color #AD7AB4: hue angle of 292.76º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD7AB4 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB173122180-
CMYK0.040.3200.29
HSL292.76º27.88%59.22%-
HSV(B)292.76º32.22%70.59%-
XYZ32.4326.146.51-
YUV143.86148.4148.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 122 (48.05% from 255) = 25.68%
BLUE value IS 180 (70.70% from 255) = 37.89%
R=36.42%
G=25.68%
B=37.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731221800.040.3200.29292.7627.8859.22
HexAD7AB442001D1251c3b
Octal2551722644400354453473
Binary1010110111110101011010010010000001110110010010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7AB4; }

 p { color: rgb(173,122,180); }

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

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

 a { background-color: rgb(173,122,180); }

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

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

 span { border-color: rgb(173,122,180); }

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