Html Css Color HEX #AD8DBC East Side

📋 copy color: '#AD8DBC'

red 173 ◦ green 141 ◦ blue 188

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

Shades of East Side #AD8DBC

Tints of East Side #AD8DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.45%

R = 34.46%
G = 28.09%
B = 37.45%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD8DBC (or 0xAD8DBC) is known color: East Side. HEX triplet: AD, 8D and BC. RGB value is (173,141,188). Sum of RGB (Red+Green+Blue) = 173+141+188=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD8DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DBC is #527243. Grayscale: #9B9B9B. Windows color (decimal): -5403204 or 12357037. OLE color: 12357037.

HSL color Cylindrical-coordinate representation of color #AD8DBC: hue angle of 280.85º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD8DBC is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 141 188 -
CMYK 0.08 0.25 0 0.26
HSL 280.85º 0.26% 0.65% -
HSV(B) 280.85º 0.25% 0.74% -
XYZ 35.84 31.56 51.78 -
YUV 155.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 173 141 188 0.08 0.25 0 0.26 280.85 0.26 0.65
Hex AD 8D BC 8 19 0 1A 119 1A 41
Octal 255 215 274 10 31 0 32 431 32 101
Binary 10101101 10001101 10111100 1000 11001 0 11010 100011001 11010 1000001

Color Harmonies of #AD8DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DBC

Black with #AD8DBC

Text Example


Text Example

White with #AD8DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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