#A09EBA

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

Shades of Logan #A09EBA

Tints of Logan #A09EBA

Color information

#A09EBA (or 0xA09EBA) is unknown color: approx Logan. HEX triplet: A0, 9E and BA. RGB value is (160,158,186). Sum of RGB (Red+Green+Blue) = 160+158+186=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #A09EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09EBA is #5F6145. Grayscale: #A1A1A1. Windows color (decimal): -6250822 or 12230304. OLE color: 12230304.

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

Color convert

RGB160158186-
CMYK0.140.1500.27
HSL244.29º16.87%67.45%-
HSV(B)244.29º15.05%72.94%-
XYZ35.5935.4751.43-
YUV161.79141.66126.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.75%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=31.75%
G=31.35%
B=36.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601581860.140.1500.27244.2916.8767.45
HexA09EBAEF01Bf41143
Octal240236272161703336421103
Binary1010000010011110101110101110111101101111110100100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09EBA; }

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

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

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

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

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

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

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

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