Html Css Color HEX #AD84D0 East Side

📋 copy color: '#AD84D0'

red 173 ◦ green 132 ◦ blue 208

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

Shades of East Side #AD84D0

Tints of East Side #AD84D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.55%

R = 33.72%
G = 25.73%
B = 40.55%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD84D0 (or 0xAD84D0) is known color: East Side. HEX triplet: AD, 84 and D0. RGB value is (173,132,208). Sum of RGB (Red+Green+Blue) = 173+132+208=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD84D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84D0 is #527B2F. Grayscale: #989898. Windows color (decimal): -5405488 or 13665453. OLE color: 13665453.

HSL color Cylindrical-coordinate representation of color #AD84D0: hue angle of 272.37º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD84D0 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 132 208 -
CMYK 0.17 0.37 0 0.18
HSL 272.37º 0.45% 0.67% -
HSV(B) 272.37º 0.37% 0.82% -
XYZ 36.87 29.94 63.51 -
YUV 152.92 159.08 142.32 -
System Red Green Blue C M Y K H S L
Decimal 173 132 208 0.17 0.37 0 0.18 272.37 0.45 0.67
Hex AD 84 D0 11 25 0 12 110 2D 43
Octal 255 204 320 21 45 0 22 420 55 103
Binary 10101101 10000100 11010000 10001 100101 0 10010 100010000 101101 1000011

Color Harmonies of #AD84D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD84D0

Black with #AD84D0

Text Example


Text Example

White with #AD84D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD84D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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