#AD83CC

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

Shades of East Side #AD83CC

Tints of East Side #AD83CC

Color information

#AD83CC (or 0xAD83CC) is unknown color: approx East Side. HEX triplet: AD, 83 and CC. RGB value is (173,131,204). Sum of RGB (Red+Green+Blue) = 173+131+204=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD83CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83CC is #527C33. Grayscale: #979797. Windows color (decimal): -5405748 or 13403053. OLE color: 13403053.

HSL color Cylindrical-coordinate representation of color #AD83CC: hue angle of 274.52º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD83CC is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB173131204-
CMYK0.150.3600.2
HSL274.52º41.71%65.69%-
HSV(B)274.52º35.78%80%-
XYZ36.2529.4860.91-
YUV151.88157.41143.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.06%
GREEN value IS 131 (51.56% from 255) = 25.79%
BLUE value IS 204 (80.08% from 255) = 40.16%
R=34.06%
G=25.79%
B=40.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731312040.150.3600.2274.5241.7165.69
HexAD83CCF240141132a42
Octal255203314174402442352102
Binary10101101100000111100110011111001000101001000100111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD83CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD83CC; }

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

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

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

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

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

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

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

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