#A19BBD

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

Shades of Logan #A19BBD

Tints of Logan #A19BBD

Color information

#A19BBD (or 0xA19BBD) is unknown color: approx Logan. HEX triplet: A1, 9B and BD. RGB value is (161,155,189). Sum of RGB (Red+Green+Blue) = 161+155+189=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #A19BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BBD is #5E6442. Grayscale: #A0A0A0. Windows color (decimal): -6186051 or 12426145. OLE color: 12426145.

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

Color convert

RGB161155189-
CMYK0.150.1800.26
HSL250.59º20.48%67.45%-
HSV(B)250.59º17.99%74.12%-
XYZ35.634.6952.96-
YUV160.67143.99128.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.88%
GREEN value IS 155 (60.94% from 255) = 30.69%
BLUE value IS 189 (74.22% from 255) = 37.43%
R=31.88%
G=30.69%
B=37.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611551890.150.1800.26250.5920.4867.45
HexA19BBDF1201Afb1443
Octal241233275172203237324103
Binary10100001100110111011110111111001001101011111011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19BBD; }

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

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

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

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

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

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

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

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