Html Css Color HEX #AD84BF East Side

📋 copy color: '#AD84BF'

red 173 ◦ green 132 ◦ blue 191

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

Shades of East Side #AD84BF

Tints of East Side #AD84BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.51%

R = 34.88%
G = 26.61%
B = 38.51%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD84BF (or 0xAD84BF) is known color: East Side. HEX triplet: AD, 84 and BF. RGB value is (173,132,191). Sum of RGB (Red+Green+Blue) = 173+132+191=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD84BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84BF is #527B40. Grayscale: #969696. Windows color (decimal): -5405505 or 12551341. OLE color: 12551341.

HSL color Cylindrical-coordinate representation of color #AD84BF: hue angle of 281.69º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD84BF is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 132 191 -
CMYK 0.09 0.31 0 0.25
HSL 281.69º 0.32% 0.63% -
HSV(B) 281.69º 0.31% 0.75% -
XYZ 34.89 29.15 53.08 -
YUV 150.99 150.58 143.7 -
System Red Green Blue C M Y K H S L
Decimal 173 132 191 0.09 0.31 0 0.25 281.69 0.32 0.63
Hex AD 84 BF 9 1F 0 19 11A 20 3F
Octal 255 204 277 11 37 0 31 432 40 77
Binary 10101101 10000100 10111111 1001 11111 0 11001 100011010 100000 111111

Color Harmonies of #AD84BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD84BF

Black with #AD84BF

Text Example


Text Example

White with #AD84BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD84BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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