#A19BBE

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

Shades of Logan #A19BBE

Tints of Logan #A19BBE

Color information

#A19BBE (or 0xA19BBE) is unknown color: approx Logan. HEX triplet: A1, 9B and BE. RGB value is (161,155,190). Sum of RGB (Red+Green+Blue) = 161+155+190=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #A19BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BBE is #5E6441. Grayscale: #A0A0A0. Windows color (decimal): -6186050 or 12491681. OLE color: 12491681.

HSL color Cylindrical-coordinate representation of color #A19BBE: hue angle of 250.29º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A19BBE is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161155190-
CMYK0.150.1800.25
HSL250.29º21.21%67.65%-
HSV(B)250.29º18.42%74.51%-
XYZ35.7134.7453.54-
YUV160.78144.49128.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 155 (60.94% from 255) = 30.63%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=31.82%
G=30.63%
B=37.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611551900.150.1800.25250.2921.2167.65
HexA19BBEF12019fa1544
Octal241233276172203137225104
Binary10100001100110111011111011111001001100111111010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19BBE; }

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

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

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

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

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

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

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

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