Html Css Color HEX #AD8FBB East Side

📋 copy color: '#AD8FBB'

red 173 ◦ green 143 ◦ blue 187

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

Shades of East Side #AD8FBB

Tints of East Side #AD8FBB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.43%

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

R = 34.39%
G = 28.43%
B = 37.18%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD8FBB (or 0xAD8FBB) is known color: East Side. HEX triplet: AD, 8F and BB. RGB value is (173,143,187). Sum of RGB (Red+Green+Blue) = 173+143+187=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD8FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8FBB is #527044. Grayscale: #9C9C9C. Windows color (decimal): -5402693 or 12292013. OLE color: 12292013.

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

Color convert

RGB 173 143 187 -
CMYK 0.07 0.24 0 0.27
HSL 280.91º 0.24% 0.65% -
HSV(B) 280.91º 0.24% 0.73% -
XYZ 36.03 32.12 51.31 -
YUV 156.99 144.94 139.42 -
System Red Green Blue C M Y K H S L
Decimal 173 143 187 0.07 0.24 0 0.27 280.91 0.24 0.65
Hex AD 8F BB 7 18 0 1B 119 18 41
Octal 255 217 273 7 30 0 33 431 30 101
Binary 10101101 10001111 10111011 111 11000 0 11011 100011001 11000 1000001

Color Harmonies of #AD8FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8FBB

Black with #AD8FBB

Text Example


Text Example

White with #AD8FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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