#AD8ABA

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

Shades of East Side #AD8ABA

Tints of East Side #AD8ABA

Color information

#AD8ABA (or 0xAD8ABA) is unknown color: approx East Side. HEX triplet: AD, 8A and BA. RGB value is (173,138,186). Sum of RGB (Red+Green+Blue) = 173+138+186=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD8ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8ABA is #527545. Grayscale: #999999. Windows color (decimal): -5403974 or 12225197. OLE color: 12225197.

HSL color Cylindrical-coordinate representation of color #AD8ABA: hue angle of 283.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD8ABA is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173138186-
CMYK0.070.2600.27
HSL283.75º25.81%63.53%-
HSV(B)283.75º25.81%72.94%-
XYZ35.1830.6150.51-
YUV153.94146.1141.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.81%
GREEN value IS 138 (54.30% from 255) = 27.77%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=34.81%
G=27.77%
B=37.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731381860.070.2600.27283.7525.8163.53
HexAD8ABA71A01B11c1a40
Octal25521227273203343432100
Binary10101101100010101011101011111010011011100011100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8ABA; }

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

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

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

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

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

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

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

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