Html Css Color HEX #AD90BB East Side

📋 copy color: '#AD90BB'

red 173 ◦ green 144 ◦ blue 187

#AD90BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #AD90BB

Tints of East Side #AD90BB

RGB

 RED value IS 173 (67.97% from 255) = 34.33%

 GREEN value IS 144 (56.64% from 255) = 28.57%

 BLUE value IS 187 (73.44% from 255) = 37.1%

R = 34.33%
G = 28.57%
B = 37.1%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD90BB (or 0xAD90BB) is known color: East Side. HEX triplet: AD, 90 and BB. RGB value is (173,144,187). Sum of RGB (Red+Green+Blue) = 173+144+187=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD90BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90BB is #526F44. Grayscale: #9D9D9D. Windows color (decimal): -5402437 or 12292269. OLE color: 12292269.

HSL color Cylindrical-coordinate representation of color #AD90BB: hue angle of 280.47º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD90BB is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 144 187 -
CMYK 0.07 0.23 0 0.27
HSL 280.47º 0.24% 0.65% -
HSV(B) 280.47º 0.23% 0.73% -
XYZ 36.18 32.42 51.36 -
YUV 157.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 173 144 187 0.07 0.23 0 0.27 280.47 0.24 0.65
Hex AD 90 BB 7 17 0 1B 118 18 41
Octal 255 220 273 7 27 0 33 430 30 101
Binary 10101101 10010000 10111011 111 10111 0 11011 100011000 11000 1000001

Color Harmonies of #AD90BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD90BB

Black with #AD90BB

Text Example


Text Example

White with #AD90BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD90BB; }

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

 H1.HeaderClassName
 {
   color: #AD90BB;
 }
 .AnyTagClassName
 {
   color: #AD90BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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