#A098BB

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

Shades of Logan #A098BB

Tints of Logan #A098BB

Color information

#A098BB (or 0xA098BB) is unknown color: approx Logan. HEX triplet: A0, 98 and BB. RGB value is (160,152,187). Sum of RGB (Red+Green+Blue) = 160+152+187=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #A098BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098BB is #5F6744. Grayscale: #9E9E9E. Windows color (decimal): -6252357 or 12294304. OLE color: 12294304.

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

Color convert

RGB160152187-
CMYK0.140.1900.27
HSL253.71º20.47%66.47%-
HSV(B)253.71º18.72%73.33%-
XYZ34.733.5251.65-
YUV158.38144.15129.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.06%
GREEN value IS 152 (59.77% from 255) = 30.46%
BLUE value IS 187 (73.44% from 255) = 37.47%
R=32.06%
G=30.46%
B=37.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601521870.140.1900.27253.7120.4766.47
HexA098BBE1301Bfe1442
Octal240230273162303337624102
Binary10100000100110001011101111101001101101111111110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A098BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A098BB; }

 p { color: rgb(160,152,187); }

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

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

 a { background-color: rgb(160,152,187); }

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

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

 span { border-color: rgb(160,152,187); }

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