#A099BC

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

Shades of Logan #A099BC

Tints of Logan #A099BC

Color information

#A099BC (or 0xA099BC) is unknown color: approx Logan. HEX triplet: A0, 99 and BC. RGB value is (160,153,188). Sum of RGB (Red+Green+Blue) = 160+153+188=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #A099BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099BC is #5F6643. Grayscale: #9E9E9E. Windows color (decimal): -6252100 or 12360096. OLE color: 12360096.

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

Color convert

RGB160153188-
CMYK0.150.1900.26
HSL252º20.71%66.86%-
HSV(B)252º18.62%73.73%-
XYZ34.9733.8952.27-
YUV159.08144.32128.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 153 (60.16% from 255) = 30.54%
BLUE value IS 188 (73.83% from 255) = 37.52%
R=31.94%
G=30.54%
B=37.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601531880.150.1900.2625220.7166.86
HexA099BCF1301Afc1543
Octal240231274172303237425103
Binary10100000100110011011110011111001101101011111100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A099BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A099BC; }

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

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

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

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

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

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

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

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