Html Css Color HEX #AD96C4 East Side

📋 copy color: '#AD96C4'

red 173 ◦ green 150 ◦ blue 196

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

Shades of East Side #AD96C4

Tints of East Side #AD96C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.76%

R = 33.33%
G = 28.9%
B = 37.76%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AD96C4 (or 0xAD96C4) is known color: East Side. HEX triplet: AD, 96 and C4. RGB value is (173,150,196). Sum of RGB (Red+Green+Blue) = 173+150+196=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD96C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96C4 is #52693B. Grayscale: #A1A1A1. Windows color (decimal): -5400892 or 12883629. OLE color: 12883629.

HSL color Cylindrical-coordinate representation of color #AD96C4: hue angle of 270º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD96C4 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 150 196 -
CMYK 0.12 0.23 0 0.23
HSL 270º 0.28% 0.68% -
HSV(B) 270º 0.23% 0.77% -
XYZ 38.1 34.68 56.91 -
YUV 162.12 147.12 135.76 -
System Red Green Blue C M Y K H S L
Decimal 173 150 196 0.12 0.23 0 0.23 270 0.28 0.68
Hex AD 96 C4 C 17 0 17 10E 1C 44
Octal 255 226 304 14 27 0 27 416 34 104
Binary 10101101 10010110 11000100 1100 10111 0 10111 100001110 11100 1000100

Color Harmonies of #AD96C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96C4

Black with #AD96C4

Text Example


Text Example

White with #AD96C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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