#A09ABA

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

Shades of Logan #A09ABA

Tints of Logan #A09ABA

Color information

#A09ABA (or 0xA09ABA) is unknown color: approx Logan. HEX triplet: A0, 9A and BA. RGB value is (160,154,186). Sum of RGB (Red+Green+Blue) = 160+154+186=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #A09ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ABA is #5F6545. Grayscale: #9F9F9F. Windows color (decimal): -6251846 or 12229280. OLE color: 12229280.

HSL color Cylindrical-coordinate representation of color #A09ABA: hue angle of 251.25º degrees, saturation: 0.19, 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 #A09ABA is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB160154186-
CMYK0.140.1700.27
HSL251.25º18.82%66.67%-
HSV(B)251.25º17.2%72.94%-
XYZ34.9234.1351.2-
YUV159.44142.99128.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32%
GREEN value IS 154 (60.55% from 255) = 30.8%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=32%
G=30.8%
B=37.2%

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
Decimal1601541860.140.1700.27251.2518.8266.67
HexA09ABAE1101Bfb1343
Octal240232272162103337323103
Binary10100000100110101011101011101000101101111111011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09ABA; }

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

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

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

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

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

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

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

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