#AD8ACA

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

Shades of East Side #AD8ACA

Tints of East Side #AD8ACA

Color information

#AD8ACA (or 0xAD8ACA) is unknown color: approx East Side. HEX triplet: AD, 8A and CA. RGB value is (173,138,202). Sum of RGB (Red+Green+Blue) = 173+138+202=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD8ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8ACA is #527535. Grayscale: #9B9B9B. Windows color (decimal): -5403958 or 13273773. OLE color: 13273773.

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

Color convert

RGB173138202-
CMYK0.140.3200.21
HSL272.81º37.65%66.67%-
HSV(B)272.81º31.68%79.22%-
XYZ36.9831.3359.97-
YUV155.76154.1140.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 138 (54.30% from 255) = 26.90%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=33.72%
G=26.90%
B=39.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731382020.140.3200.21272.8137.6566.67
HexAD8ACAE200151112643
Octal255212312164002542146103
Binary10101101100010101100101011101000000101011000100011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8ACA; }

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

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

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

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

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

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

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

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