Html Css Color HEX #AD84BB East Side

📋 copy color: '#AD84BB'

red 173 ◦ green 132 ◦ blue 187

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

Shades of East Side #AD84BB

Tints of East Side #AD84BB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.83%

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

R = 35.16%
G = 26.83%
B = 38.01%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD84BB (or 0xAD84BB) is known color: East Side. HEX triplet: AD, 84 and BB. RGB value is (173,132,187). Sum of RGB (Red+Green+Blue) = 173+132+187=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD84BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84BB is #527B44. Grayscale: #969696. Windows color (decimal): -5405509 or 12289197. OLE color: 12289197.

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

Color convert

RGB 173 132 187 -
CMYK 0.07 0.29 0 0.27
HSL 284.73º 0.29% 0.63% -
HSV(B) 284.73º 0.29% 0.73% -
XYZ 34.45 28.97 50.79 -
YUV 150.53 148.58 144.03 -
System Red Green Blue C M Y K H S L
Decimal 173 132 187 0.07 0.29 0 0.27 284.73 0.29 0.63
Hex AD 84 BB 7 1D 0 1B 11D 1D 3F
Octal 255 204 273 7 35 0 33 435 35 77
Binary 10101101 10000100 10111011 111 11101 0 11011 100011101 11101 111111

Color Harmonies of #AD84BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD84BB

Black with #AD84BB

Text Example


Text Example

White with #AD84BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD84BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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