#A09BBC

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

Shades of Logan #A09BBC

Tints of Logan #A09BBC

Color information

#A09BBC (or 0xA09BBC) is unknown color: approx Logan. HEX triplet: A0, 9B and BC. RGB value is (160,155,188). Sum of RGB (Red+Green+Blue) = 160+155+188=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #A09BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BBC is #5F6443. Grayscale: #A0A0A0. Windows color (decimal): -6251588 or 12360608. OLE color: 12360608.

HSL color Cylindrical-coordinate representation of color #A09BBC: hue angle of 249.09º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A09BBC is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160155188-
CMYK0.150.1800.26
HSL249.09º19.76%67.25%-
HSV(B)249.09º17.55%73.73%-
XYZ35.334.5552.38-
YUV160.26143.66127.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.81%
GREEN value IS 155 (60.94% from 255) = 30.82%
BLUE value IS 188 (73.83% from 255) = 37.38%
R=31.81%
G=30.82%
B=37.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601551880.150.1800.26249.0919.7667.25
HexA09BBCF1201Af91443
Octal240233274172203237124103
Binary10100000100110111011110011111001001101011111001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09BBC; }

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

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

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

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

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

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

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

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