Html Css Color HEX #AD9FBA East Side

📋 copy color: '#AD9FBA'

red 173 ◦ green 159 ◦ blue 186

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

Shades of East Side #AD9FBA

Tints of East Side #AD9FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.69%

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

R = 33.4%
G = 30.69%
B = 35.91%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD9FBA (or 0xAD9FBA) is known color: East Side. HEX triplet: AD, 9F and BA. RGB value is (173,159,186). Sum of RGB (Red+Green+Blue) = 173+159+186=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD9FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FBA is #526045. Grayscale: #A6A6A6. Windows color (decimal): -5398598 or 12230573. OLE color: 12230573.

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

Color convert

RGB 173 159 186 -
CMYK 0.07 0.15 0 0.27
HSL 271.11º 0.16% 0.68% -
HSV(B) 271.11º 0.15% 0.73% -
XYZ 38.49 37.23 51.61 -
YUV 166.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 173 159 186 0.07 0.15 0 0.27 271.11 0.16 0.68
Hex AD 9F BA 7 F 0 1B 10F 10 44
Octal 255 237 272 7 17 0 33 417 20 104
Binary 10101101 10011111 10111010 111 1111 0 11011 100001111 10000 1000100

Color Harmonies of #AD9FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9FBA

Black with #AD9FBA

Text Example


Text Example

White with #AD9FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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