Html Css Color HEX #AD93BB East Side

📋 copy color: '#AD93BB'

red 173 ◦ green 147 ◦ blue 187

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

Shades of East Side #AD93BB

Tints of East Side #AD93BB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.99%

 BLUE value IS 187 (73.44% from 255) = 36.88%

R = 34.12%
G = 28.99%
B = 36.88%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD93BB (or 0xAD93BB) is known color: East Side. HEX triplet: AD, 93 and BB. RGB value is (173,147,187). Sum of RGB (Red+Green+Blue) = 173+147+187=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD93BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93BB is #526C44. Grayscale: #9F9F9F. Windows color (decimal): -5401669 or 12293037. OLE color: 12293037.

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

Color convert

RGB 173 147 187 -
CMYK 0.07 0.21 0 0.27
HSL 279º 0.23% 0.65% -
HSV(B) 279º 0.21% 0.73% -
XYZ 36.64 33.34 51.52 -
YUV 159.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 173 147 187 0.07 0.21 0 0.27 279 0.23 0.65
Hex AD 93 BB 7 15 0 1B 117 17 41
Octal 255 223 273 7 25 0 33 427 27 101
Binary 10101101 10010011 10111011 111 10101 0 11011 100010111 10111 1000001

Color Harmonies of #AD93BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD93BB

Black with #AD93BB

Text Example


Text Example

White with #AD93BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD93BB; }

 p { color: rgb(173,147,187); }

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

background-color css

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

 a { background-color: rgb(173,147,187); }

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

border-color css

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

 span { border-color: rgb(173,147,187); }

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