#AD83C1

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

Shades of East Side #AD83C1

Tints of East Side #AD83C1

Color information

#AD83C1 (or 0xAD83C1) is unknown color: approx East Side. HEX triplet: AD, 83 and C1. RGB value is (173,131,193). Sum of RGB (Red+Green+Blue) = 173+131+193=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD83C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83C1 is #527C3E. Grayscale: #969696. Windows color (decimal): -5405759 or 12682157. OLE color: 12682157.

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

Color convert

RGB173131193-
CMYK0.100.3200.24
HSL280.65º33.33%63.53%-
HSV(B)280.65º32.12%75.69%-
XYZ34.9828.9754.2-
YUV150.63151.91143.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.81%
GREEN value IS 131 (51.56% from 255) = 26.36%
BLUE value IS 193 (75.78% from 255) = 38.83%
R=34.81%
G=26.36%
B=38.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731311930.100.3200.24280.6533.3363.53
HexAD83C1A200181192140
Octal255203301124003043141100
Binary10101101100000111100000110101000000110001000110011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD83C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD83C1; }

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

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

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

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

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

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

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

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