Html Css Color HEX #AD93B5 East Side

📋 copy color: '#AD93B5'

red 173 ◦ green 147 ◦ blue 181

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

Shades of East Side #AD93B5

Tints of East Side #AD93B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.13%

R = 34.53%
G = 29.34%
B = 36.13%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD93B5 (or 0xAD93B5) is known color: East Side. HEX triplet: AD, 93 and B5. RGB value is (173,147,181). Sum of RGB (Red+Green+Blue) = 173+147+181=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD93B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93B5 is #526C4A. Grayscale: #9E9E9E. Windows color (decimal): -5401675 or 11899821. OLE color: 11899821.

HSL color Cylindrical-coordinate representation of color #AD93B5: hue angle of 285.88º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AD93B5 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 147 181 -
CMYK 0.04 0.19 0 0.29
HSL 285.88º 0.19% 0.64% -
HSV(B) 285.88º 0.19% 0.71% -
XYZ 36.01 33.09 48.2 -
YUV 158.65 140.61 138.24 -
System Red Green Blue C M Y K H S L
Decimal 173 147 181 0.04 0.19 0 0.29 285.88 0.19 0.64
Hex AD 93 B5 4 13 0 1D 11E 13 40
Octal 255 223 265 4 23 0 35 436 23 100
Binary 10101101 10010011 10110101 100 10011 0 11101 100011110 10011 1000000

Color Harmonies of #AD93B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD93B5

Black with #AD93B5

Text Example


Text Example

White with #AD93B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD93B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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