#A19BBA

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

Shades of Logan #A19BBA

Tints of Logan #A19BBA

Color information

#A19BBA (or 0xA19BBA) is unknown color: approx Logan. HEX triplet: A1, 9B and BA. RGB value is (161,155,186). Sum of RGB (Red+Green+Blue) = 161+155+186=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #A19BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BBA is #5E6445. Grayscale: #A0A0A0. Windows color (decimal): -6186054 or 12229537. OLE color: 12229537.

HSL color Cylindrical-coordinate representation of color #A19BBA: hue angle of 251.61º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A19BBA is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161155186-
CMYK0.130.1700.27
HSL251.61º18.34%66.86%-
HSV(B)251.61º16.67%72.94%-
XYZ35.2834.5651.27-
YUV160.33142.49128.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.07%
GREEN value IS 155 (60.94% from 255) = 30.88%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=32.07%
G=30.88%
B=37.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611551860.130.1700.27251.6118.3466.86
HexA19BBAD1101Bfc1243
Octal241233272152103337422103
Binary10100001100110111011101011011000101101111111100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19BBA; }

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

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

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

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

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

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

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

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