Html Css Color HEX #AD8DC9 East Side

📋 copy color: '#AD8DC9'

red 173 ◦ green 141 ◦ blue 201

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

Shades of East Side #AD8DC9

Tints of East Side #AD8DC9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.38%

 BLUE value IS 201 (78.91% from 255) = 39.03%

R = 33.59%
G = 27.38%
B = 39.03%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD8DC9 (or 0xAD8DC9) is known color: East Side. HEX triplet: AD, 8D and C9. RGB value is (173,141,201). Sum of RGB (Red+Green+Blue) = 173+141+201=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD8DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DC9 is #527236. Grayscale: #9D9D9D. Windows color (decimal): -5403191 or 13209005. OLE color: 13209005.

HSL color Cylindrical-coordinate representation of color #AD8DC9: hue angle of 272º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD8DC9 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 141 201 -
CMYK 0.14 0.30 0 0.21
HSL 272º 0.36% 0.67% -
HSV(B) 272º 0.3% 0.79% -
XYZ 37.3 32.15 59.5 -
YUV 157.41 152.6 139.12 -
System Red Green Blue C M Y K H S L
Decimal 173 141 201 0.14 0.30 0 0.21 272 0.36 0.67
Hex AD 8D C9 E 1E 0 15 110 24 43
Octal 255 215 311 16 36 0 25 420 44 103
Binary 10101101 10001101 11001001 1110 11110 0 10101 100010000 100100 1000011

Color Harmonies of #AD8DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DC9

Black with #AD8DC9

Text Example


Text Example

White with #AD8DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DC9; }

 p { color: rgb(173,141,201); }

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

background-color css

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

 a { background-color: rgb(173,141,201); }

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

border-color css

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

 span { border-color: rgb(173,141,201); }

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