Html Css Color HEX #AD9ABF East Side

📋 copy color: '#AD9ABF'

red 173 ◦ green 154 ◦ blue 191

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

Shades of East Side #AD9ABF

Tints of East Side #AD9ABF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.73%

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

R = 33.4%
G = 29.73%
B = 36.87%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD9ABF (or 0xAD9ABF) is known color: East Side. HEX triplet: AD, 9A and BF. RGB value is (173,154,191). Sum of RGB (Red+Green+Blue) = 173+154+191=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD9ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ABF is #526540. Grayscale: #A3A3A3. Windows color (decimal): -5399873 or 12556973. OLE color: 12556973.

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

Color convert

RGB 173 154 191 -
CMYK 0.09 0.19 0 0.25
HSL 270.81º 0.22% 0.68% -
HSV(B) 270.81º 0.19% 0.75% -
XYZ 38.19 35.76 54.18 -
YUV 163.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 173 154 191 0.09 0.19 0 0.25 270.81 0.22 0.68
Hex AD 9A BF 9 13 0 19 10F 16 44
Octal 255 232 277 11 23 0 31 417 26 104
Binary 10101101 10011010 10111111 1001 10011 0 11001 100001111 10110 1000100

Color Harmonies of #AD9ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9ABF

Black with #AD9ABF

Text Example


Text Example

White with #AD9ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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