Html Css Color HEX #AD96C0 East Side

📋 copy color: '#AD96C0'

red 173 ◦ green 150 ◦ blue 192

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

Shades of East Side #AD96C0

Tints of East Side #AD96C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.28%

R = 33.59%
G = 29.13%
B = 37.28%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD96C0 (or 0xAD96C0) is known color: East Side. HEX triplet: AD, 96 and C0. RGB value is (173,150,192). Sum of RGB (Red+Green+Blue) = 173+150+192=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD96C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96C0 is #52693F. Grayscale: #A1A1A1. Windows color (decimal): -5400896 or 12621485. OLE color: 12621485.

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

Color convert

RGB 173 150 192 -
CMYK 0.10 0.22 0 0.25
HSL 272.86º 0.25% 0.67% -
HSV(B) 272.86º 0.22% 0.75% -
XYZ 37.65 34.5 54.54 -
YUV 161.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 173 150 192 0.10 0.22 0 0.25 272.86 0.25 0.67
Hex AD 96 C0 A 16 0 19 111 19 43
Octal 255 226 300 12 26 0 31 421 31 103
Binary 10101101 10010110 11000000 1010 10110 0 11001 100010001 11001 1000011

Color Harmonies of #AD96C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96C0

Black with #AD96C0

Text Example


Text Example

White with #AD96C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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