Html Css Color HEX #AD9EBA East Side

📋 copy color: '#AD9EBA'

red 173 ◦ green 158 ◦ blue 186

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

Shades of East Side #AD9EBA

Tints of East Side #AD9EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.56%

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

R = 33.46%
G = 30.56%
B = 35.98%

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

#AD9EBA (or 0xAD9EBA) is known color: East Side. HEX triplet: AD, 9E and BA. RGB value is (173,158,186). Sum of RGB (Red+Green+Blue) = 173+158+186=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD9EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9EBA is #526145. Grayscale: #A5A5A5. Windows color (decimal): -5398854 or 12230317. OLE color: 12230317.

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

Color convert

RGB 173 158 186 -
CMYK 0.07 0.15 0 0.27
HSL 272.14º 0.17% 0.67% -
HSV(B) 272.14º 0.15% 0.73% -
XYZ 38.32 36.88 51.55 -
YUV 165.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 173 158 186 0.07 0.15 0 0.27 272.14 0.17 0.67
Hex AD 9E BA 7 F 0 1B 110 11 43
Octal 255 236 272 7 17 0 33 420 21 103
Binary 10101101 10011110 10111010 111 1111 0 11011 100010000 10001 1000011

Color Harmonies of #AD9EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9EBA

Black with #AD9EBA

Text Example


Text Example

White with #AD9EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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