#A098BE

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

Shades of Logan #A098BE

Tints of Logan #A098BE

Color information

#A098BE (or 0xA098BE) is unknown color: approx Logan. HEX triplet: A0, 98 and BE. RGB value is (160,152,190). Sum of RGB (Red+Green+Blue) = 160+152+190=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #A098BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098BE is #5F6741. Grayscale: #9E9E9E. Windows color (decimal): -6252354 or 12490912. OLE color: 12490912.

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

Color convert

RGB160152190-
CMYK0.160.200.25
HSL252.63º22.62%67.06%-
HSV(B)252.63º20%74.51%-
XYZ35.0233.6553.36-
YUV158.72145.65128.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.87%
GREEN value IS 152 (59.77% from 255) = 30.28%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=31.87%
G=30.28%
B=37.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601521900.160.200.25252.6322.6267.06
HexA098BE1014019fd1743
Octal240230276202403137527103
Binary101000001001100010111110100001010001100111111101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A098BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A098BE; }

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

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

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

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

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

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

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

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