Html Css Color HEX #AD93BE East Side

📋 copy color: '#AD93BE'

red 173 ◦ green 147 ◦ blue 190

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

Shades of East Side #AD93BE

Tints of East Side #AD93BE

RGB

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

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

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

R = 33.92%
G = 28.82%
B = 37.25%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD93BE (or 0xAD93BE) is known color: East Side. HEX triplet: AD, 93 and BE. RGB value is (173,147,190). Sum of RGB (Red+Green+Blue) = 173+147+190=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD93BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93BE is #526C41. Grayscale: #9F9F9F. Windows color (decimal): -5401666 or 12489645. OLE color: 12489645.

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

Color convert

RGB 173 147 190 -
CMYK 0.09 0.23 0 0.25
HSL 276.28º 0.25% 0.66% -
HSV(B) 276.28º 0.23% 0.75% -
XYZ 36.96 33.47 53.23 -
YUV 159.68 145.11 137.5 -
System Red Green Blue C M Y K H S L
Decimal 173 147 190 0.09 0.23 0 0.25 276.28 0.25 0.66
Hex AD 93 BE 9 17 0 19 114 19 42
Octal 255 223 276 11 27 0 31 424 31 102
Binary 10101101 10010011 10111110 1001 10111 0 11001 100010100 11001 1000010

Color Harmonies of #AD93BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD93BE

Black with #AD93BE

Text Example


Text Example

White with #AD93BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD93BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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