#AD90B4

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

Shades of East Side #AD90B4

Tints of East Side #AD90B4

Color information

#AD90B4 (or 0xAD90B4) is unknown color: approx East Side. HEX triplet: AD, 90 and B4. RGB value is (173,144,180). Sum of RGB (Red+Green+Blue) = 173+144+180=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD90B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90B4 is #526F4B. Grayscale: #9C9C9C. Windows color (decimal): -5402444 or 11833517. OLE color: 11833517.

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

Color convert

RGB173144180-
CMYK0.040.200.29
HSL288.33º19.35%63.53%-
HSV(B)288.33º20%70.59%-
XYZ35.4532.1347.51-
YUV156.78141.11139.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.81%
GREEN value IS 144 (56.64% from 255) = 28.97%
BLUE value IS 180 (70.70% from 255) = 36.22%
R=34.81%
G=28.97%
B=36.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731441800.040.200.29288.3319.3563.53
HexAD90B441401D1201340
Octal25522026442403544023100
Binary10101101100100001011010010010100011101100100000100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD90B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD90B4; }

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

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

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

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

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

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

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

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