Html Css Color HEX #AD88BA East Side

📋 copy color: '#AD88BA'

red 173 ◦ green 136 ◦ blue 186

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

Shades of East Side #AD88BA

Tints of East Side #AD88BA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.47%

 BLUE value IS 186 (73.05% from 255) = 37.58%

R = 34.95%
G = 27.47%
B = 37.58%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD88BA (or 0xAD88BA) is known color: East Side. HEX triplet: AD, 88 and BA. RGB value is (173,136,186). Sum of RGB (Red+Green+Blue) = 173+136+186=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD88BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD88BA is #527745. Grayscale: #989898. Windows color (decimal): -5404486 or 12224685. OLE color: 12224685.

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

Color convert

RGB 173 136 186 -
CMYK 0.07 0.27 0 0.27
HSL 284.4º 0.27% 0.63% -
HSV(B) 284.4º 0.27% 0.73% -
XYZ 34.9 30.04 50.41 -
YUV 152.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 173 136 186 0.07 0.27 0 0.27 284.4 0.27 0.63
Hex AD 88 BA 7 1B 0 1B 11C 1B 3F
Octal 255 210 272 7 33 0 33 434 33 77
Binary 10101101 10001000 10111010 111 11011 0 11011 100011100 11011 111111

Color Harmonies of #AD88BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD88BA

Black with #AD88BA

Text Example


Text Example

White with #AD88BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD88BA; }

 p { color: rgb(173,136,186); }

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

background-color css

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

 a { background-color: rgb(173,136,186); }

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

border-color css

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

 span { border-color: rgb(173,136,186); }

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