Html Css Color HEX #AD90BF East Side

📋 copy color: '#AD90BF'

red 173 ◦ green 144 ◦ blue 191

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

Shades of East Side #AD90BF

Tints of East Side #AD90BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.6%

R = 34.06%
G = 28.35%
B = 37.6%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD90BF (or 0xAD90BF) is known color: East Side. HEX triplet: AD, 90 and BF. RGB value is (173,144,191). Sum of RGB (Red+Green+Blue) = 173+144+191=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD90BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90BF is #526F40. Grayscale: #9D9D9D. Windows color (decimal): -5402433 or 12554413. OLE color: 12554413.

HSL color Cylindrical-coordinate representation of color #AD90BF: hue angle of 277.02º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD90BF is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 144 191 -
CMYK 0.09 0.25 0 0.25
HSL 277.02º 0.27% 0.66% -
HSV(B) 277.02º 0.25% 0.75% -
XYZ 36.61 32.59 53.65 -
YUV 158.03 146.61 138.68 -
System Red Green Blue C M Y K H S L
Decimal 173 144 191 0.09 0.25 0 0.25 277.02 0.27 0.66
Hex AD 90 BF 9 19 0 19 115 1B 42
Octal 255 220 277 11 31 0 31 425 33 102
Binary 10101101 10010000 10111111 1001 11001 0 11001 100010101 11011 1000010

Color Harmonies of #AD90BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD90BF

Black with #AD90BF

Text Example


Text Example

White with #AD90BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD90BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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