#AD85CC

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

Shades of East Side #AD85CC

Tints of East Side #AD85CC

Color information

#AD85CC (or 0xAD85CC) is unknown color: approx East Side. HEX triplet: AD, 85 and CC. RGB value is (173,133,204). Sum of RGB (Red+Green+Blue) = 173+133+204=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD85CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85CC is #527A33. Grayscale: #989898. Windows color (decimal): -5405236 or 13403565. OLE color: 13403565.

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

Color convert

RGB173133204-
CMYK0.150.3500.2
HSL273.8º41.04%66.08%-
HSV(B)273.8º34.8%80%-
XYZ36.5230.0261-
YUV153.05156.75142.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 133 (52.34% from 255) = 26.08%
BLUE value IS 204 (80.08% from 255) = 40%
R=33.92%
G=26.08%
B=40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731332040.150.3500.2273.841.0466.08
HexAD85CCF230141122942
Octal255205314174302442251102
Binary10101101100001011100110011111000110101001000100101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD85CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD85CC; }

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

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

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

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

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

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

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

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