Html Css Color HEX #AD84BA East Side

📋 copy color: '#AD84BA'

red 173 ◦ green 132 ◦ blue 186

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

Shades of East Side #AD84BA

Tints of East Side #AD84BA

RGB

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

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

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

R = 35.23%
G = 26.88%
B = 37.88%

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

#AD84BA (or 0xAD84BA) is known color: East Side. HEX triplet: AD, 84 and BA. RGB value is (173,132,186). Sum of RGB (Red+Green+Blue) = 173+132+186=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD84BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84BA is #527B45. Grayscale: #969696. Windows color (decimal): -5405510 or 12223661. OLE color: 12223661.

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

Color convert

RGB 173 132 186 -
CMYK 0.07 0.29 0 0.27
HSL 285.56º 0.28% 0.62% -
HSV(B) 285.56º 0.29% 0.73% -
XYZ 34.35 28.93 50.23 -
YUV 150.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 173 132 186 0.07 0.29 0 0.27 285.56 0.28 0.62
Hex AD 84 BA 7 1D 0 1B 11E 1C 3E
Octal 255 204 272 7 35 0 33 436 34 76
Binary 10101101 10000100 10111010 111 11101 0 11011 100011110 11100 111110

Color Harmonies of #AD84BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD84BA

Black with #AD84BA

Text Example


Text Example

White with #AD84BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD84BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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