Html Css Color HEX #AD95BA East Side

📋 copy color: '#AD95BA'

red 173 ◦ green 149 ◦ blue 186

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

Shades of East Side #AD95BA

Tints of East Side #AD95BA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.33%

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

R = 34.06%
G = 29.33%
B = 36.61%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD95BA (or 0xAD95BA) is known color: East Side. HEX triplet: AD, 95 and BA. RGB value is (173,149,186). Sum of RGB (Red+Green+Blue) = 173+149+186=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD95BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95BA is #526A45. Grayscale: #A0A0A0. Windows color (decimal): -5401158 or 12228013. OLE color: 12228013.

HSL color Cylindrical-coordinate representation of color #AD95BA: hue angle of 278.92º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD95BA is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 149 186 -
CMYK 0.07 0.20 0 0.27
HSL 278.92º 0.21% 0.66% -
HSV(B) 278.92º 0.2% 0.73% -
XYZ 36.84 33.92 51.06 -
YUV 160.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 173 149 186 0.07 0.20 0 0.27 278.92 0.21 0.66
Hex AD 95 BA 7 14 0 1B 117 15 42
Octal 255 225 272 7 24 0 33 427 25 102
Binary 10101101 10010101 10111010 111 10100 0 11011 100010111 10101 1000010

Color Harmonies of #AD95BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD95BA

Black with #AD95BA

Text Example


Text Example

White with #AD95BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD95BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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