Html Css Color HEX #AD9CBA East Side

📋 copy color: '#AD9CBA'

red 173 ◦ green 156 ◦ blue 186

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

Shades of East Side #AD9CBA

Tints of East Side #AD9CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.29%

 BLUE value IS 186 (73.05% from 255) = 36.12%

R = 33.59%
G = 30.29%
B = 36.12%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD9CBA (or 0xAD9CBA) is known color: East Side. HEX triplet: AD, 9C and BA. RGB value is (173,156,186). Sum of RGB (Red+Green+Blue) = 173+156+186=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD9CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CBA is #526345. Grayscale: #A4A4A4. Windows color (decimal): -5399366 or 12229805. OLE color: 12229805.

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

Color convert

RGB 173 156 186 -
CMYK 0.07 0.16 0 0.27
HSL 274º 0.18% 0.67% -
HSV(B) 274º 0.16% 0.73% -
XYZ 37.98 36.21 51.44 -
YUV 164.5 140.13 134.06 -
System Red Green Blue C M Y K H S L
Decimal 173 156 186 0.07 0.16 0 0.27 274 0.18 0.67
Hex AD 9C BA 7 10 0 1B 112 12 43
Octal 255 234 272 7 20 0 33 422 22 103
Binary 10101101 10011100 10111010 111 10000 0 11011 100010010 10010 1000011

Color Harmonies of #AD9CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9CBA

Black with #AD9CBA

Text Example


Text Example

White with #AD9CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9CBA; }

 p { color: rgb(173,156,186); }

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

background-color css

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

 a { background-color: rgb(173,156,186); }

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

border-color css

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

 span { border-color: rgb(173,156,186); }

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