Html Css Color HEX #AD8EBA East Side

📋 copy color: '#AD8EBA'

red 173 ◦ green 142 ◦ blue 186

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

Shades of East Side #AD8EBA

Tints of East Side #AD8EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.34%

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

R = 34.53%
G = 28.34%
B = 37.13%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD8EBA (or 0xAD8EBA) is known color: East Side. HEX triplet: AD, 8E and BA. RGB value is (173,142,186). Sum of RGB (Red+Green+Blue) = 173+142+186=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD8EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8EBA is #527145. Grayscale: #9C9C9C. Windows color (decimal): -5402950 or 12226221. OLE color: 12226221.

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

Color convert

RGB 173 142 186 -
CMYK 0.07 0.24 0 0.27
HSL 282.27º 0.24% 0.64% -
HSV(B) 282.27º 0.24% 0.73% -
XYZ 35.77 31.78 50.7 -
YUV 156.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 173 142 186 0.07 0.24 0 0.27 282.27 0.24 0.64
Hex AD 8E BA 7 18 0 1B 11A 18 40
Octal 255 216 272 7 30 0 33 432 30 100
Binary 10101101 10001110 10111010 111 11000 0 11011 100011010 11000 1000000

Color Harmonies of #AD8EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8EBA

Black with #AD8EBA

Text Example


Text Example

White with #AD8EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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