#A09BBA

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

Shades of Logan #A09BBA

Tints of Logan #A09BBA

Color information

#A09BBA (or 0xA09BBA) is unknown color: approx Logan. HEX triplet: A0, 9B and BA. RGB value is (160,155,186). Sum of RGB (Red+Green+Blue) = 160+155+186=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #A09BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BBA is #5F6445. Grayscale: #9F9F9F. Windows color (decimal): -6251590 or 12229536. OLE color: 12229536.

HSL color Cylindrical-coordinate representation of color #A09BBA: hue angle of 249.68º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A09BBA is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB160155186-
CMYK0.140.1700.27
HSL249.68º18.34%66.86%-
HSV(B)249.68º16.67%72.94%-
XYZ35.0834.4651.26-
YUV160.03142.66127.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 155 (60.94% from 255) = 30.94%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=31.94%
G=30.94%
B=37.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601551860.140.1700.27249.6818.3466.86
HexA09BBAE1101Bfa1243
Octal240233272162103337222103
Binary10100000100110111011101011101000101101111111010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09BBA; }

 p { color: rgb(160,155,186); }

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

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

 a { background-color: rgb(160,155,186); }

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

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

 span { border-color: rgb(160,155,186); }

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