#AD83C0

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

Shades of East Side #AD83C0

Tints of East Side #AD83C0

Color information

#AD83C0 (or 0xAD83C0) is unknown color: approx East Side. HEX triplet: AD, 83 and C0. RGB value is (173,131,192). Sum of RGB (Red+Green+Blue) = 173+131+192=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD83C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83C0 is #527C3F. Grayscale: #969696. Windows color (decimal): -5405760 or 12616621. OLE color: 12616621.

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

Color convert

RGB173131192-
CMYK0.100.3200.25
HSL281.31º32.62%63.33%-
HSV(B)281.31º31.77%75.29%-
XYZ34.8628.9253.61-
YUV150.51151.41144.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 131 (51.56% from 255) = 26.41%
BLUE value IS 192 (75.39% from 255) = 38.71%
R=34.88%
G=26.41%
B=38.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731311920.100.3200.25281.3132.6263.33
HexAD83C0A20019119213f
Octal25520330012400314314177
Binary1010110110000011110000001010100000011001100011001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD83C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD83C0; }

 p { color: rgb(173,131,192); }

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

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

 a { background-color: rgb(173,131,192); }

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

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

 span { border-color: rgb(173,131,192); }

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