#AD8ABE

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

Shades of East Side #AD8ABE

Tints of East Side #AD8ABE

Color information

#AD8ABE (or 0xAD8ABE) is unknown color: approx East Side. HEX triplet: AD, 8A and BE. RGB value is (173,138,190). Sum of RGB (Red+Green+Blue) = 173+138+190=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD8ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8ABE is #527541. Grayscale: #9A9A9A. Windows color (decimal): -5403970 or 12487341. OLE color: 12487341.

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

Color convert

RGB173138190-
CMYK0.090.2700.25
HSL280.38º28.57%64.31%-
HSV(B)280.38º27.37%74.51%-
XYZ35.6230.7852.78-
YUV154.39148.1141.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=34.53%
G=27.54%
B=37.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731381900.090.2700.25280.3828.5764.31
HexAD8ABE91B0191181d40
Octal255212276113303143035100
Binary101011011000101010111110100111011011001100011000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8ABE; }

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

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

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

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

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

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

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

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