Html Css Color HEX #AD84B9 East Side

📋 copy color: '#AD84B9'

red 173 ◦ green 132 ◦ blue 185

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

Shades of East Side #AD84B9

Tints of East Side #AD84B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.76%

R = 35.31%
G = 26.94%
B = 37.76%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD84B9 (or 0xAD84B9) is known color: East Side. HEX triplet: AD, 84 and B9. RGB value is (173,132,185). Sum of RGB (Red+Green+Blue) = 173+132+185=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD84B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84B9 is #527B46. Grayscale: #969696. Windows color (decimal): -5405511 or 12158125. OLE color: 12158125.

HSL color Cylindrical-coordinate representation of color #AD84B9: hue angle of 286.42º degrees, saturation: 0.27, 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 #AD84B9 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 132 185 -
CMYK 0.06 0.29 0 0.27
HSL 286.42º 0.27% 0.62% -
HSV(B) 286.42º 0.29% 0.73% -
XYZ 34.24 28.89 49.67 -
YUV 150.3 147.58 144.19 -
System Red Green Blue C M Y K H S L
Decimal 173 132 185 0.06 0.29 0 0.27 286.42 0.27 0.62
Hex AD 84 B9 6 1D 0 1B 11E 1B 3E
Octal 255 204 271 6 35 0 33 436 33 76
Binary 10101101 10000100 10111001 110 11101 0 11011 100011110 11011 111110

Color Harmonies of #AD84B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD84B9

Black with #AD84B9

Text Example


Text Example

White with #AD84B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD84B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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