Html Css Color HEX #AD90B9 East Side

📋 copy color: '#AD90B9'

red 173 ◦ green 144 ◦ blue 185

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

Shades of East Side #AD90B9

Tints of East Side #AD90B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.85%

R = 34.46%
G = 28.69%
B = 36.85%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD90B9 (or 0xAD90B9) is known color: East Side. HEX triplet: AD, 90 and B9. RGB value is (173,144,185). Sum of RGB (Red+Green+Blue) = 173+144+185=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD90B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90B9 is #526F46. Grayscale: #9D9D9D. Windows color (decimal): -5402439 or 12161197. OLE color: 12161197.

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

Color convert

RGB 173 144 185 -
CMYK 0.06 0.22 0 0.27
HSL 282.44º 0.23% 0.65% -
HSV(B) 282.44º 0.22% 0.73% -
XYZ 35.96 32.33 50.24 -
YUV 157.35 143.61 139.17 -
System Red Green Blue C M Y K H S L
Decimal 173 144 185 0.06 0.22 0 0.27 282.44 0.23 0.65
Hex AD 90 B9 6 16 0 1B 11A 17 41
Octal 255 220 271 6 26 0 33 432 27 101
Binary 10101101 10010000 10111001 110 10110 0 11011 100011010 10111 1000001

Color Harmonies of #AD90B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD90B9

Black with #AD90B9

Text Example


Text Example

White with #AD90B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD90B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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