#A099BD

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

Shades of Logan #A099BD

Tints of Logan #A099BD

Color information

#A099BD (or 0xA099BD) is unknown color: approx Logan. HEX triplet: A0, 99 and BD. RGB value is (160,153,189). Sum of RGB (Red+Green+Blue) = 160+153+189=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #A099BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099BD is #5F6642. Grayscale: #9F9F9F. Windows color (decimal): -6252099 or 12425632. OLE color: 12425632.

HSL color Cylindrical-coordinate representation of color #A099BD: hue angle of 251.67º 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 #A099BD is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160153189-
CMYK0.150.1900.26
HSL251.67º21.43%67.06%-
HSV(B)251.67º19.05%74.12%-
XYZ35.0733.9352.84-
YUV159.2144.82128.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.87%
GREEN value IS 153 (60.16% from 255) = 30.48%
BLUE value IS 189 (74.22% from 255) = 37.65%
R=31.87%
G=30.48%
B=37.65%

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
Decimal1601531890.150.1900.26251.6721.4367.06
HexA099BDF1301Afc1543
Octal240231275172303237425103
Binary10100000100110011011110111111001101101011111100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A099BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A099BD; }

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

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

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

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

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

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

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

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