#A08BB3

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

Shades of East Side #A08BB3

Tints of East Side #A08BB3

Color information

#A08BB3 (or 0xA08BB3) is unknown color: approx East Side. HEX triplet: A0, 8B and B3. RGB value is (160,139,179). Sum of RGB (Red+Green+Blue) = 160+139+179=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 179 - color contains mainly: blue. Hex color #A08BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BB3 is #5F744C. Grayscale: #959595. Windows color (decimal): -6255693 or 11766688. OLE color: 11766688.

HSL color Cylindrical-coordinate representation of color #A08BB3: hue angle of 271.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A08BB3 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB160139179-
CMYK0.110.2200.30
HSL271.5º20.83%62.35%-
HSV(B)271.5º22.35%70.2%-
XYZ31.8729.1946.6-
YUV149.84144.46135.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.47%
GREEN value IS 139 (54.69% from 255) = 29.08%
BLUE value IS 179 (70.31% from 255) = 37.45%
R=33.47%
G=29.08%
B=37.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601391790.110.2200.30271.520.8362.35
HexA08BB3B1601E110153e
Octal24021326313260364202576
Binary10100000100010111011001110111011001111010001000010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08BB3; }

 p { color: rgb(160,139,179); }

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

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

 a { background-color: rgb(160,139,179); }

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

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

 span { border-color: rgb(160,139,179); }

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