Html Css Color HEX #AD9BBA East Side

📋 copy color: '#AD9BBA'

red 173 ◦ green 155 ◦ blue 186

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

Shades of East Side #AD9BBA

Tints of East Side #AD9BBA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.16%

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

R = 33.66%
G = 30.16%
B = 36.19%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD9BBA (or 0xAD9BBA) is known color: East Side. HEX triplet: AD, 9B and BA. RGB value is (173,155,186). Sum of RGB (Red+Green+Blue) = 173+155+186=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD9BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9BBA is #526445. Grayscale: #A3A3A3. Windows color (decimal): -5399622 or 12229549. OLE color: 12229549.

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

Color convert

RGB 173 155 186 -
CMYK 0.07 0.17 0 0.27
HSL 274.84º 0.18% 0.67% -
HSV(B) 274.84º 0.17% 0.73% -
XYZ 37.82 35.87 51.39 -
YUV 163.92 140.46 134.48 -
System Red Green Blue C M Y K H S L
Decimal 173 155 186 0.07 0.17 0 0.27 274.84 0.18 0.67
Hex AD 9B BA 7 11 0 1B 113 12 43
Octal 255 233 272 7 21 0 33 423 22 103
Binary 10101101 10011011 10111010 111 10001 0 11011 100010011 10010 1000011

Color Harmonies of #AD9BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9BBA

Black with #AD9BBA

Text Example


Text Example

White with #AD9BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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