#AD90B3

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

Shades of East Side #AD90B3

Tints of East Side #AD90B3

Color information

#AD90B3 (or 0xAD90B3) is unknown color: approx East Side. HEX triplet: AD, 90 and B3. RGB value is (173,144,179). Sum of RGB (Red+Green+Blue) = 173+144+179=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD90B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90B3 is #526F4C. Grayscale: #9C9C9C. Windows color (decimal): -5402445 or 11767981. OLE color: 11767981.

HSL color Cylindrical-coordinate representation of color #AD90B3: hue angle of 289.71º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD90B3 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB173144179-
CMYK0.030.2000.30
HSL289.71º18.72%63.33%-
HSV(B)289.71º19.55%70.2%-
XYZ35.3432.0946.98-
YUV156.66140.61139.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 144 (56.64% from 255) = 29.03%
BLUE value IS 179 (70.31% from 255) = 36.09%
R=34.88%
G=29.03%
B=36.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731441790.030.2000.30289.7118.7263.33
HexAD90B331401E122133f
Octal2552202633240364422377
Binary101011011001000010110011111010001111010010001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD90B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD90B3; }

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

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

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

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

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

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

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

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