#ad90c9

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

Shades of East Side #AD90C9

Tints of East Side #AD90C9

Color information

#AD90C9 (or 0xAD90C9) is unknown color: approx East Side. HEX triplet: AD, 90 and C9. RGB value is (173,144,201). Sum of RGB (Red+Green+Blue) = 173+144+201=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD90C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90C9 is #526F36. Grayscale: #9E9E9E. Windows color (decimal): -5402423 or 13209773. OLE color: 13209773.

HSL color Cylindrical-coordinate representation of color #AD90C9: hue angle of 270.53º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD90C9 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173144201-
CMYK0.140.2800.21
HSL270.53º34.55%67.65%-
HSV(B)270.53º28.36%78.82%-
XYZ37.7533.0559.65-
YUV159.17151.61137.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 144 (56.64% from 255) = 27.80%
BLUE value IS 201 (78.91% from 255) = 38.80%
R=33.40%
G=27.80%
B=38.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731442010.140.2800.21270.5334.5567.65
HexAD90C9E1C01510f2344
Octal255220311163402541743104
Binary1010110110010000110010011110111000101011000011111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad90c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad90c9; }

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

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

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

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

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

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

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

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