Html Css Color HEX #AD8BB6 East Side

📋 copy color: '#AD8BB6'

red 173 ◦ green 139 ◦ blue 182

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

Shades of East Side #AD8BB6

Tints of East Side #AD8BB6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.14%

 BLUE value IS 182 (71.48% from 255) = 36.84%

R = 35.02%
G = 28.14%
B = 36.84%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD8BB6 (or 0xAD8BB6) is known color: East Side. HEX triplet: AD, 8B and B6. RGB value is (173,139,182). Sum of RGB (Red+Green+Blue) = 173+139+182=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 182 (71.48% from 255 or 36.84% from 494); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD8BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8BB6 is #527449. Grayscale: #999999. Windows color (decimal): -5403722 or 11963309. OLE color: 11963309.

HSL color Cylindrical-coordinate representation of color #AD8BB6: hue angle of 287.44º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD8BB6 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 139 182 -
CMYK 0.05 0.24 0 0.29
HSL 287.44º 0.23% 0.63% -
HSV(B) 287.44º 0.24% 0.71% -
XYZ 34.91 30.73 48.35 -
YUV 154.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 173 139 182 0.05 0.24 0 0.29 287.44 0.23 0.63
Hex AD 8B B6 5 18 0 1D 11F 17 3F
Octal 255 213 266 5 30 0 35 437 27 77
Binary 10101101 10001011 10110110 101 11000 0 11101 100011111 10111 111111

Color Harmonies of #AD8BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8BB6

Black with #AD8BB6

Text Example


Text Example

White with #AD8BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8BB6; }

 p { color: rgb(173,139,182); }

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

background-color css

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

 a { background-color: rgb(173,139,182); }

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

border-color css

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

 span { border-color: rgb(173,139,182); }

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