#A09CBE

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

Shades of Logan #A09CBE

Tints of Logan #A09CBE

Color information

#A09CBE (or 0xA09CBE) is unknown color: approx Logan. HEX triplet: A0, 9C and BE. RGB value is (160,156,190). Sum of RGB (Red+Green+Blue) = 160+156+190=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #A09CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CBE is #5F6341. Grayscale: #A0A0A0. Windows color (decimal): -6251330 or 12491936. OLE color: 12491936.

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

Color convert

RGB160156190-
CMYK0.160.1800.25
HSL247.06º20.73%67.84%-
HSV(B)247.06º17.89%74.51%-
XYZ35.6834.9753.58-
YUV161.07144.33127.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.62%
GREEN value IS 156 (61.33% from 255) = 30.83%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=31.62%
G=30.83%
B=37.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601561900.160.1800.25247.0620.7367.84
HexA09CBE1012019f71544
Octal240234276202203136725104
Binary101000001001110010111110100001001001100111110111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09CBE; }

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

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

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

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

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

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

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

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