Html Css Color HEX #AD8EBE East Side

📋 copy color: '#AD8EBE'

red 173 ◦ green 142 ◦ blue 190

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

Shades of East Side #AD8EBE

Tints of East Side #AD8EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.62%

R = 34.26%
G = 28.12%
B = 37.62%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD8EBE (or 0xAD8EBE) is known color: East Side. HEX triplet: AD, 8E and BE. RGB value is (173,142,190). Sum of RGB (Red+Green+Blue) = 173+142+190=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD8EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8EBE is #527141. Grayscale: #9C9C9C. Windows color (decimal): -5402946 or 12488365. OLE color: 12488365.

HSL color Cylindrical-coordinate representation of color #AD8EBE: hue angle of 278.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD8EBE is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 142 190 -
CMYK 0.09 0.25 0 0.25
HSL 278.75º 0.27% 0.65% -
HSV(B) 278.75º 0.25% 0.75% -
XYZ 36.2 31.95 52.97 -
YUV 156.74 146.77 139.6 -
System Red Green Blue C M Y K H S L
Decimal 173 142 190 0.09 0.25 0 0.25 278.75 0.27 0.65
Hex AD 8E BE 9 19 0 19 117 1B 41
Octal 255 216 276 11 31 0 31 427 33 101
Binary 10101101 10001110 10111110 1001 11001 0 11001 100010111 11011 1000001

Color Harmonies of #AD8EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8EBE

Black with #AD8EBE

Text Example


Text Example

White with #AD8EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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