#A199BD

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

Shades of Logan #A199BD

Tints of Logan #A199BD

Color information

#A199BD (or 0xA199BD) is unknown color: approx Logan. HEX triplet: A1, 99 and BD. RGB value is (161,153,189). Sum of RGB (Red+Green+Blue) = 161+153+189=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #A199BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199BD is #5E6642. Grayscale: #9F9F9F. Windows color (decimal): -6186563 or 12425633. OLE color: 12425633.

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

Color convert

RGB161153189-
CMYK0.150.1900.26
HSL253.33º21.43%67.06%-
HSV(B)253.33º19.05%74.12%-
XYZ35.2734.0352.85-
YUV159.5144.65129.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=32.01%
G=30.42%
B=37.57%

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
Decimal1611531890.150.1900.26253.3321.4367.06
HexA199BDF1301Afd1543
Octal241231275172303237525103
Binary10100001100110011011110111111001101101011111101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A199BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A199BD; }

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

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

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

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

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

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

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

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