Html Css Color HEX #AD8DBB East Side

📋 copy color: '#AD8DBB'

red 173 ◦ green 141 ◦ blue 187

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

Shades of East Side #AD8DBB

Tints of East Side #AD8DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.33%

R = 34.53%
G = 28.14%
B = 37.33%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD8DBB (or 0xAD8DBB) is known color: East Side. HEX triplet: AD, 8D and BB. RGB value is (173,141,187). Sum of RGB (Red+Green+Blue) = 173+141+187=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD8DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DBB is #527244. Grayscale: #9B9B9B. Windows color (decimal): -5403205 or 12291501. OLE color: 12291501.

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

Color convert

RGB 173 141 187 -
CMYK 0.07 0.25 0 0.27
HSL 281.74º 0.25% 0.64% -
HSV(B) 281.74º 0.25% 0.73% -
XYZ 35.73 31.52 51.21 -
YUV 155.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 173 141 187 0.07 0.25 0 0.27 281.74 0.25 0.64
Hex AD 8D BB 7 19 0 1B 11A 19 40
Octal 255 215 273 7 31 0 33 432 31 100
Binary 10101101 10001101 10111011 111 11001 0 11011 100011010 11001 1000000

Color Harmonies of #AD8DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DBB

Black with #AD8DBB

Text Example


Text Example

White with #AD8DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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