Html Css Color HEX #AD8DB9 East Side

📋 copy color: '#AD8DB9'

red 173 ◦ green 141 ◦ blue 185

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

Shades of East Side #AD8DB9

Tints of East Side #AD8DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.07%

R = 34.67%
G = 28.26%
B = 37.07%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD8DB9 (or 0xAD8DB9) is known color: East Side. HEX triplet: AD, 8D and B9. RGB value is (173,141,185). Sum of RGB (Red+Green+Blue) = 173+141+185=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD8DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DB9 is #527246. Grayscale: #9B9B9B. Windows color (decimal): -5403207 or 12160429. OLE color: 12160429.

HSL color Cylindrical-coordinate representation of color #AD8DB9: hue angle of 283.64º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD8DB9 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 141 185 -
CMYK 0.06 0.24 0 0.27
HSL 283.64º 0.24% 0.64% -
HSV(B) 283.64º 0.24% 0.73% -
XYZ 35.52 31.44 50.09 -
YUV 155.58 144.6 140.42 -
System Red Green Blue C M Y K H S L
Decimal 173 141 185 0.06 0.24 0 0.27 283.64 0.24 0.64
Hex AD 8D B9 6 18 0 1B 11C 18 40
Octal 255 215 271 6 30 0 33 434 30 100
Binary 10101101 10001101 10111001 110 11000 0 11011 100011100 11000 1000000

Color Harmonies of #AD8DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DB9

Black with #AD8DB9

Text Example


Text Example

White with #AD8DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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