Html Css Color HEX #AD93B4 East Side

📋 copy color: '#AD93B4'

red 173 ◦ green 147 ◦ blue 180

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

Shades of East Side #AD93B4

Tints of East Side #AD93B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36%

R = 34.6%
G = 29.4%
B = 36%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD93B4 (or 0xAD93B4) is known color: East Side. HEX triplet: AD, 93 and B4. RGB value is (173,147,180). Sum of RGB (Red+Green+Blue) = 173+147+180=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD93B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93B4 is #526C4B. Grayscale: #9E9E9E. Windows color (decimal): -5401676 or 11834285. OLE color: 11834285.

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

Color convert

RGB 173 147 180 -
CMYK 0.04 0.18 0 0.29
HSL 287.27º 0.18% 0.64% -
HSV(B) 287.27º 0.18% 0.71% -
XYZ 35.91 33.05 47.67 -
YUV 158.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 173 147 180 0.04 0.18 0 0.29 287.27 0.18 0.64
Hex AD 93 B4 4 12 0 1D 11F 12 40
Octal 255 223 264 4 22 0 35 437 22 100
Binary 10101101 10010011 10110100 100 10010 0 11101 100011111 10010 1000000

Color Harmonies of #AD93B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD93B4

Black with #AD93B4

Text Example


Text Example

White with #AD93B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD93B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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