#AD85BE

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

Shades of East Side #AD85BE

Tints of East Side #AD85BE

Color information

#AD85BE (or 0xAD85BE) is unknown color: approx East Side. HEX triplet: AD, 85 and BE. RGB value is (173,133,190). Sum of RGB (Red+Green+Blue) = 173+133+190=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD85BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85BE is #527A41. Grayscale: #979797. Windows color (decimal): -5405250 or 12486061. OLE color: 12486061.

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

Color convert

RGB173133190-
CMYK0.090.300.25
HSL282.11º30.48%63.33%-
HSV(B)282.11º30%74.51%-
XYZ34.9229.3852.55-
YUV151.46149.75143.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 133 (52.34% from 255) = 26.81%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=34.88%
G=26.81%
B=38.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731331900.090.300.25282.1130.4863.33
HexAD85BE91E01911a1e3f
Octal25520527611360314323677
Binary10101101100001011011111010011111001100110001101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD85BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD85BE; }

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

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

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

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

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

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

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

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