#AD8DCA

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

Shades of East Side #AD8DCA

Tints of East Side #AD8DCA

Color information

#AD8DCA (or 0xAD8DCA) is unknown color: approx East Side. HEX triplet: AD, 8D and CA. RGB value is (173,141,202). Sum of RGB (Red+Green+Blue) = 173+141+202=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD8DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DCA is #527235. Grayscale: #9D9D9D. Windows color (decimal): -5403190 or 13274541. OLE color: 13274541.

HSL color Cylindrical-coordinate representation of color #AD8DCA: hue angle of 271.48º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD8DCA is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173141202-
CMYK0.140.3000.21
HSL271.48º36.53%67.25%-
HSV(B)271.48º30.2%79.22%-
XYZ37.4232.260.12-
YUV157.52153.1139.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 141 (55.47% from 255) = 27.33%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=33.53%
G=27.33%
B=39.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731412020.140.3000.21271.4836.5367.25
HexAD8DCAE1E01510f2543
Octal255215312163602541745103
Binary1010110110001101110010101110111100101011000011111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8DCA; }

 p { color: rgb(173,141,202); }

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

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

 a { background-color: rgb(173,141,202); }

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

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

 span { border-color: rgb(173,141,202); }

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