#A09ABE

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

Shades of Logan #A09ABE

Tints of Logan #A09ABE

Color information

#A09ABE (or 0xA09ABE) is unknown color: approx Logan. HEX triplet: A0, 9A and BE. RGB value is (160,154,190). Sum of RGB (Red+Green+Blue) = 160+154+190=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #A09ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ABE is #5F6541. Grayscale: #9F9F9F. Windows color (decimal): -6251842 or 12491424. OLE color: 12491424.

HSL color Cylindrical-coordinate representation of color #A09ABE: hue angle of 250º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A09ABE is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160154190-
CMYK0.160.1900.25
HSL250º21.69%67.45%-
HSV(B)250º18.95%74.51%-
XYZ35.3534.353.47-
YUV159.9144.99128.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.75%
GREEN value IS 154 (60.55% from 255) = 30.56%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=31.75%
G=30.56%
B=37.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601541900.160.1900.2525021.6967.45
HexA09ABE1013019fa1643
Octal240232276202303137226103
Binary101000001001101010111110100001001101100111111010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09ABE; }

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

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

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

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

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

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

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

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