Html Css Color HEX #AD96B3 East Side

📋 copy color: '#AD96B3'

red 173 ◦ green 150 ◦ blue 179

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

Shades of East Side #AD96B3

Tints of East Side #AD96B3

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.88%

 BLUE value IS 179 (70.31% from 255) = 35.66%

R = 34.46%
G = 29.88%
B = 35.66%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD96B3 (or 0xAD96B3) is known color: East Side. HEX triplet: AD, 96 and B3. RGB value is (173,150,179). Sum of RGB (Red+Green+Blue) = 173+150+179=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD96B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96B3 is #52694C. Grayscale: #A0A0A0. Windows color (decimal): -5400909 or 11769517. OLE color: 11769517.

HSL color Cylindrical-coordinate representation of color #AD96B3: hue angle of 287.59º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD96B3 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 150 179 -
CMYK 0.03 0.16 0 0.30
HSL 287.59º 0.16% 0.65% -
HSV(B) 287.59º 0.16% 0.7% -
XYZ 36.28 33.95 47.29 -
YUV 160.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 173 150 179 0.03 0.16 0 0.30 287.59 0.16 0.65
Hex AD 96 B3 3 10 0 1E 120 10 41
Octal 255 226 263 3 20 0 36 440 20 101
Binary 10101101 10010110 10110011 11 10000 0 11110 100100000 10000 1000001

Color Harmonies of #AD96B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96B3

Black with #AD96B3

Text Example


Text Example

White with #AD96B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96B3; }

 p { color: rgb(173,150,179); }

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

background-color css

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

 a { background-color: rgb(173,150,179); }

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

border-color css

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

 span { border-color: rgb(173,150,179); }

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