#AD84CF

Color #AD84CF East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AD84CF

Tints of East Side #AD84CF

Color information

#AD84CF (or 0xAD84CF) is unknown color: approx East Side. HEX triplet: AD, 84 and CF. RGB value is (173,132,207). Sum of RGB (Red+Green+Blue) = 173+132+207=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD84CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84CF is #527B30. Grayscale: #989898. Windows color (decimal): -5405489 or 13599917. OLE color: 13599917.

HSL color Cylindrical-coordinate representation of color #AD84CF: hue angle of 272.8º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD84CF is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173132207-
CMYK0.160.3600.19
HSL272.8º43.86%66.47%-
HSV(B)272.8º36.23%81.18%-
XYZ36.7529.8962.86-
YUV152.81158.58142.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 132 (51.95% from 255) = 25.78%
BLUE value IS 207 (81.25% from 255) = 40.43%
R=33.79%
G=25.78%
B=40.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731322070.160.3600.19272.843.8666.47
HexAD84CF10240131112c42
Octal255204317204402342154102
Binary101011011000010011001111100001001000100111000100011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD84CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD84CF; }

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

 H1.HeaderClassName
 {
   color: #AD84CF;
 }
 .AnyTagClassName
 {
   color: #AD84CF;
 }
</style>
background-color css

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

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

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

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

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

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